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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 泥듯슓泥쒖콐E | 11101111101001111010001111101011100100111010111111101100100010101001001111101111101001111010001111101100100100101001011011101100101111011001000001000101 | efa7a3eb93afec8a93efa7a3ec9296ecbd9045 |
UHC | 泥듯슓泥쒖콐E | 11101100101100101011010111101101100110101010001011101100101100101001110011101100101100011000110001000101 | ecb2b5ed9aa2ecb29cecb18c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)