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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雜√Ρ | 111010001011011010000001111000111000001110101111 | e8b681e383af |
EUC-JP | 雜√Ρ | 111100001011100010100010111001011010011010110001 | f0b8a2e5a6b1 |
UTF-8 | 雜√Ρ | 1110100110011011100111001110001010001000100110101100111010100001 | e99b9ce2889acea1 |
UHC | 雜√Ρ | 111011011101101010100001111011101010010111010001 | eddaa1eea5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)