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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邏や握赱 | 1110011110110100100000101110001010001000101011001110011011011111 | e7b482e288ace6df |
EUC-JP | 邏や握赱 | 1110111010110110101001001110010010110000101011101110110011100001 | eeb6a4e4b0aeece1 |
UTF-8 | 邏や握赱 | 111010011000001010001111111000111000001010000100111001101000111110100001111010001011010110110001 | e9828fe38284e68fa1e8b5b1 |
UHC | 邏や握? | 11010101101001001010101011100100111001001100010000111111 | d5a4aae4e4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)