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 | 儀磬? | 1000101101010110111000011111110000111111 | 8b56e1fc3f |
EUC-JP | 儀磬? | 1011010110110111111000101111111000111111 | b5b7e2fe3f |
UTF-8 | 儀磬튠 | 111001011000010010000000111001111010001110101100111011011000101010100000 | e58480e7a3aced8aa0 |
UHC | 儀磬튠 | 111010111111000011001100111001001100011010101010 | ebf0cce4c6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)