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 | 1110011110111000111000111100111101101001111001111011100011100011110011110110100101000010 | e7b8e3cf69e7b8e3cf6942 |
EUC-JP | 邵耘i邵耘iB | 1110111010111010111001101101000101101001111011101011101011100110110100010110100101000010 | eebae6d169eebae6d16942 |
UTF-8 | 邵耘i邵耘iB | 111010011000001010110101111010001000000010011000011010011110100110000010101101011110100010000000100110000110100101000010 | e982b5e8809869e982b5e880986942 |
UHC | 邵耘i邵耘iB | 1110000111010000111010011111110001101001111000011101000011101001111111000110100101000010 | e1d0e9fc69e1d0e9fc6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)