To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 遏雄遏傭E | 111001111001111110010111010110011110011110011111100101110110001001000101 | e79f9759e79f976245 |
EUC-JP | 遏雄遏傭E | 111011101010000111001101101110101110111010100001110011011100001101000101 | eea1cdbaeea1cdc345 |
UTF-8 | 遏雄遏傭E | 11101001100000011000111111101001100110111000010011101001100000011000111111100101100000101010110101000101 | e9818fe99b84e9818fe582ad45 |
UHC | ?雄?傭E | 00111111111010101010100100111111111010011011011001000101 | 3feaa93fe9b645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)