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 | ?D^D?D^D^ | 001111110100010001011110010001000011111101000100010111100100010001011110 | 3f445e443f445e445e |
SJIS-WIN | ?D^D?D^D^ | 001111110100010001011110010001000011111101000100010111100100010001011110 | 3f445e443f445e445e |
EUC-JP | ?D^D?D^D^ | 001111110100010001011110010001000011111101000100010111100100010001011110 | 3f445e443f445e445e |
UTF-8 | 혪D^D혪D^D^ | 11101101100110001010101001000100010111100100010011101101100110001010101001000100010111100100010001011110 | ed98aa445e44ed98aa445e445e |
UHC | 혪D^D혪D^D^ | 1100001010010010010001000101111001000100110000101001001001000100010111100100010001011110 | c292445e44c292445e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)