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 | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 嘆鱈}i嘆鱈}iB | 10010010010100011001001001001100011111010110100110010010010100011001001001001100011111010110100101000010 | 9251924c7d699251924c7d6942 |
EUC-JP | 嘆鱈}i嘆鱈}iB | 11000011101100101100001110101101011111010110100111000011101100101100001110101101011111010110100101000010 | c3b2c3ad7d69c3b2c3ad7d6942 |
UTF-8 | 嘆鱈}i嘆鱈}iB | 1110010110011000100001101110100110110001100010000111110101101001111001011001100010000110111010011011000110001000011111010110100101000010 | e59886e9b1887d69e59886e9b1887d6942 |
UHC | 嘆?}i嘆?}iB | 1111011110100011001111110111110101101001111101111010001100111111011111010110100101000010 | f7a33f7d69f7a33f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)