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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譫先ョ | 1110011010011110100100001110011010101110 | e69e90e6ae |
EUC-JP | 譫先ョ | 111010111111111011000000111010001000111010101110 | ebfec0e88eae |
UTF-8 | 譫先ョ | 111010001010110110101011111001011000010110001000111011111011110110101110 | e8adabe58588efbdae |
UHC | ?先? | 00111111111000001011101100111111 | 3fe0bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)