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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?}i?}iB | 001111111000000101110000011010010011111110000001011100000110100101000010 | 3f8170693f81706942 |
EUC-JP | ?}i?}iB | 001111111010000111010001011010010011111110100001110100010110100101000010 | 3fa1d1693fa1d16942 |
UTF-8 | 룵}i룵}iB | 111010111010001110110101111011111011110110011101011010011110101110100011101101011110111110111101100111010110100101000010 | eba3b5efbd9d69eba3b5efbd9d6942 |
UHC | 룵}i룵}iB | 1000111110101010101000111111110101101001100011111010101010100011111111010110100101000010 | 8faaa3fd698faaa3fd6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)