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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?筍?筍B | 00111111111000101010000100111111111000101010000101000010 | 3fe2a13fe2a142 |
EUC-JP | ?筍?筍B | 00111111111001001010001100111111111001001010001101000010 | 3fe4a33fe4a342 |
UTF-8 | 뷡筍뷡筍B | 11101011101101111010000111100111101011011000110111101011101101111010000111100111101011011000110101000010 | ebb7a1e7ad8debb7a1e7ad8d42 |
UHC | 뷡筍뷡筍B | 100101010100110011100010111011001001010101001100111000101110110001000010 | 954ce2ec954ce2ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)