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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒸冪??? | 10001111111101101001100101110000001111110011111100111111 | 8ff699703f3f3f |
EUC-JP | 蒸冪??? | 10111110111110001101000111010001001111110011111100111111 | bef8d1d13f3f3f |
UTF-8 | 蒸冪렱띈렩 | 111010001001001010111000111001011000011010101010111010111010000010110001111010111001110110001000111010111010000010101001 | e892b8e586aaeba0b1eb9d88eba0a9 |
UHC | 蒸冪렱띈렩 | 11110001111110101101100011110001100011101011111010110110111010001000111010110111 | f1fad8f18ebeb6e88eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)