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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ?寗???B | 0011111110001111101110101110000000111111001111110011111101000010 | 3f8fbae03f3f3f42 |
UTF-8 | 뤶寗틣홧샬B | 11101011101001001011011011100101101011111001011111101101100010111010001111101101100110011010011111101100100000111010110001000010 | eba4b6e5af97ed8ba3ed99a7ec83ac42 |
UHC | 뤶寗틣홧샬B | 1000111111100100110100101011110010111010100011111100100010110001101111001010001101000010 | 8fe4d2bcba8fc8b1bca342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)