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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 裂놁꼫i裂놁꼫iB | 111011111010011010100000111010111000011010000001111010101011110010101011011010011110111110100110101000001110101110000110100000011110101010111100101010110110100101000010 | efa6a0eb8681eabcab69efa6a0eb8681eabcab6942 |
UHC | 裂놁꼫i裂놁꼫iB | 111001101111000110000110111011001000010010001000011010011110011011110001100001101110110010000100100010000110100101000010 | e6f186ec848869e6f186ec84886942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)