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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??西??西^ | 001111110011111110010000101111000011111100111111100100001011110001011110 | 3f3f90bc3f3f90bc5e |
EUC-JP | ??西??西^ | 001111110011111111000000101111100011111100111111110000001011111001011110 | 3f3fc0be3f3fc0be5e |
UTF-8 | 렳롈西렳롈西^ | 11101011101000001011001111101011101000011000100011101000101001011011111111101011101000001011001111101011101000011000100011101000101001011011111101011110 | eba0b3eba188e8a5bfeba0b3eba188e8a5bf5e |
UHC | 렳롈西렳롈西^ | 10001110110000001000111011001110111000001010010010001110110000001000111011001110111000001010010001011110 | 8ec08ecee0a48ec08ecee0a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)