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 | Â??? | 11000010001111110011111100111111 | c23f3f3f |
SJIS-WIN | ?$蹣あ | 00111111100000011001000011100111010010011000001010100000 | 3f8190e74982a0 |
EUC-JP | Â$蹣あ | 100011111010101010100100101000011111000011101101101010101010010010100010 | 8faaa4a1f0edaaa4a2 |
UTF-8 | Â$蹣あ | 1100001110000010111011111011110010000100111010001011100110100011111000111000000110000010 | c382efbc84e8b9a3e38182 |
UHC | ?$?あ | 001111111010001110100100001111111010101010100010 | 3fa3a43faaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)