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 | 莟後ぇ | 111001001010111110001100111000111000001010100101 | e4af8ce382a5 |
EUC-JP | 莟後ぇ | 111010001011000110111000111001011010010010100111 | e8b1b8e5a4a7 |
UTF-8 | 莟後ぇ | 111010001000111010011111111001011011111010001100111000111000000110000111 | e88e9fe5be8ce38187 |
UHC | ?後ぇ | 0011111111111101101011011010101010100111 | 3ffdadaaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)