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 | 譫先仆遘ァ | 111001101001111010010000111001101001100010111011111001111010011110100111 | e69e90e698bbe7a7a7 |
EUC-JP | 譫先仆遘ァ | 11101011111111101100000011101000110100001011110111101110101010011000111010100111 | ebfec0e8d0bdeea98ea7 |
UTF-8 | 譫先仆遘ァ | 111010001010110110101011111001011000010110001000111001001011101110000110111010011000000110011000111011111011110110100111 | e8adabe58588e4bb86e98198efbda7 |
UHC | ?先??? | 001111111110000010111011001111110011111100111111 | 3fe0bb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)