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 | 蒸蛟??? | 10001111111101101110010110000000001111110011111100111111 | 8ff6e5803f3f3f |
EUC-JP | 蒸蛟??? | 10111110111110001110100111100000001111110011111100111111 | bef8e9e03f3f3f |
UTF-8 | 蒸蛟렱얹렱 | 111010001001001010111000111010001001101110011111111010111010000010110001111011001001011010111001111010111010000010110001 | e892b8e89b9feba0b1ec96b9eba0b1 |
UHC | 蒸蛟렱얹렱 | 11110001111110101100111011110001100011101011111010111110111100011000111010111110 | f1facef18ebebef18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)