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 | 莨写漆 | 111001001011110010001110110010101000111010111101 | e4bc8eca8ebd |
EUC-JP | 莨写漆 | 111010001011111010111100110011001011110010111111 | e8bebcccbcbf |
UTF-8 | 莨写漆 | 111010001000111010101000111001011000011010011001111001101011110010000110 | e88ea8e58699e6bc86 |
UHC | ??漆 | 00111111001111111111011011010100 | 3f3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)