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 | 雍堤筏 | 111010001011010010010010111001111001010010110011 | e8b492e794b3 |
EUC-JP | 雍堤筏 | 111100001011011011000100111010011100100010110101 | f0b6c4e9c8b5 |
UTF-8 | 雍堤筏 | 111010011001101110001101111001011010000010100100111001111010110110001111 | e99b8de5a0a4e7ad8f |
UHC | 雍堤筏 | 111010001011110011110000101001111101101111101010 | e8bcf0a7dbea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)