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 | 霍滄國 | 111010001011011110011111111010011001101010100000 | e8b79fe99aa0 |
EUC-JP | 霍滄國 | 111100001011100111011110111010111101010010100010 | f0b9deebd4a2 |
UTF-8 | 霍滄國 | 111010011001110010001101111001101011101110000100111001011001110010001011 | e99c8de6bb84e59c8b |
UHC | ?滄國 | 0011111111110011111001111100111111010000 | 3ff3e7cfd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)