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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????絪 | 001111110011111100111111001111110011111100111111100011111101001111101100 | 3f3f3f3f3f3f8fd3ec |
UTF-8 | 黎앹떒流섊솈絪 | 111011111010011010001001111011001001010110111001111010111001011010010010111011111010011110001010111011001000010010001010111011001000011010001000111001111011010110101010 | efa689ec95b9eb9692efa78aec848aec8688e7b5aa |
UHC | 黎앹떒流섊솈絪 | 1110011010110001100111011110110010001011101010001110101011111100100110001110011110011001100011001110110011011111 | e6b19dec8ba8eafc98e7998cecdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)