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 | 莨鮭棣 | 111001001011110010001101111110001001111010100110 | e4bc8df89ea6 |
EUC-JP | 莨鮭棣 | 111010001011111010111010111110101101110010101000 | e8bebafadca8 |
UTF-8 | 莨鮭棣 | 111010001000111010101000111010011010111010101101111001101010001110100011 | e88ea8e9aeade6a3a3 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)