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 | ?k??? | 0011111101101011001111110011111100111111 | 3f6b3f3f3f |
SJIS-WIN | 弔k弔?? | 10010010101000100110101110010010101000100011111100111111 | 92a26b92a23f3f |
EUC-JP | 弔k弔?? | 11000100101001000110101111000100101001000011111100111111 | c4a46bc4a43f3f |
UTF-8 | 弔k弔롉롆 | 11100101101111001001010001101011111001011011110010010100111010111010000110001001111010111010000110000110 | e5bc946be5bc94eba189eba186 |
UHC | 弔k弔롉롆 | 111100001100000001101011111100001100000010001110110011111000111011001100 | f0c06bf0c08ecf8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)