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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 億?8夷?? | 100010011010110100111111100000100101011110001000110011100011111100111111 | 89ad3f825788ce3f3f |
EUC-JP | 億?8夷?? | 101100101010111100111111101000111011100010110000110100000011111100111111 | b2af3fa3b8b0d03f3f |
UTF-8 | 億됰8夷김퀍 | 111001011000010010000100111010111001000010110000111011111011110010011000111001011010010010110111111010101011100110000000111011011000000010001101 | e58484eb90b0efbc98e5a4b7eab980ed808d |
UHC | 億됰8夷김퀍 | 111001011110001010001001111010111010001110111000111011001010100010110001111010001011001110000011 | e5e289eba3b8eca8b1e8b383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)