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 | 茘曙漆 | 111001001010101110001111100011001000111010111101 | e4ab8f8c8ebd |
EUC-JP | 茘曙漆 | 111010001010110110111101111011001011110010111111 | e8adbdecbcbf |
UTF-8 | 茘曙漆 | 111010001000110010011000111001101001101110011001111001101011110010000110 | e88c98e69b99e6bc86 |
UHC | ?曙漆 | 0011111111011111111101011111011011010100 | 3fdff5f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)