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 | 漆執湿 | 100011101011110110001110101101111000111010111100 | 8ebd8eb78ebc |
EUC-JP | 漆執湿 | 101111001011111110111100101110011011110010111110 | bcbfbcb9bcbe |
UTF-8 | 漆執湿 | 111001101011110010000110111001011001111110110111111001101011100110111111 | e6bc86e59fb7e6b9bf |
UHC | 漆執? | 1111011011010100111100101111101100111111 | f6d4f2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)