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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
EUC-JP | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
UTF-8 | 룶췠룶췣noBF | 11101011101000111011011011101100101101111010000011101011101000111011011011101100101101111010001101101110011011110100001001000110 | eba3b6ecb7a0eba3b6ecb7a36e6f4246 |
UHC | 룶췠룶췣noBF | 100011111010101110101110010110011000111110101011101011100110001001101110011011110100001001000110 | 8fabae598fabae626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)