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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蒸陌???? | 1000111111110110111010001001100100111111001111110011111100111111 | 8ff6e8993f3f3f3f |
EUC-JP | 蒸陌???? | 1011111011111000111011111111100100111111001111110011111100111111 | bef8eff93f3f3f3f |
UTF-8 | 蒸陌렩얹렰렖 | 111010001001001010111000111010011001100110001100111010111010000010101001111011001001011010111001111010111010000010110000111010111010000010010110 | e892b8e9998ceba0a9ec96b9eba0b0eba096 |
UHC | 蒸陌렩얹렰렖 | 111100011111101011011000111010001000111010110111101111101111000110001110101111011000111010101011 | f1fad8e88eb7bef18ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)