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 | 霎懷勣 | 111010001011111010011100111001011001100110101000 | e8be9ce599a8 |
EUC-JP | 霎懷勣 | 111100001100000011011000111001111101001010101010 | f0c0d8e7d2aa |
UTF-8 | 霎懷勣 | 111010011001110010001110111001101000011110110111111001011000101110100011 | e99c8ee687b7e58ba3 |
UHC | ?懷勣 | 0011111111111100111000111110111011010011 | 3ffce3eed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)