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 | ????U^ | 001111110011111100111111001111110101010101011110 | 3f3f3f3f555e |
SJIS-WIN | 瓦ゆ?其U^ | 100010101010001010000010111001000011111110010001101101000101010101011110 | 8aa282e43f91b4555e |
EUC-JP | 瓦ゆ?其U^ | 101101001010010010100100111001100011111111000010101101100101010101011110 | b4a4a4e63fc2b6555e |
UTF-8 | 瓦ゆ솲其U^ | 1110011110010011101001101110001110000010100001101110110010000110101100101110010110000101101101100101010101011110 | e793a6e38286ec86b2e585b6555e |
UHC | 瓦ゆ솲其U^ | 11101000101111111010101011100110100110011010011111010000111011000101010101011110 | e8bfaae699a7d0ec555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)