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 | エ鯏ッ | 10110100111010011100001110101111 | b4e9c3af |
EUC-JP | エ鯏ッ | 100011101011010011110010110001011000111010101111 | 8eb4f2c58eaf |
UTF-8 | エ鯏ッ | 111011111011110110110100111010011010111110001111111011111011110110101111 | efbdb4e9af8fefbdaf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)