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 | 瓮??曖?? | 1110000101000100001111110011111110011110010000100011111100111111 | e1443f3f9e423f3f |
EUC-JP | 瓮??曖?? | 1110000110100101001111110011111111011011101000110011111100111111 | e1a53f3fdba33f3f |
UTF-8 | 瓮뽩젮曖김퇅 | 111001111001001110101110111010111011110110101001111011001010000010101110111001101001101110010110111010101011100110000000111011011000011110000101 | e793aeebbda9eca0aee69b96eab980ed8785 |
UHC | 瓮뽩젮曖김퇅 | 111010001011011110010110111001011010000010100100111001001111001010110001111010001011011110010110 | e8b796e5a0a4e4f2b1e8b796 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)