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 | 帝℡d | 100100101110100110000111100001001000001010000100 | 92e987848284 |
EUC-JP | 帝?d | 1100010011101011001111111010001111100100 | c4eb3fa3e4 |
UTF-8 | 帝℡d | 111001011011100010011101111000101000010010100001111011111011110110000100 | e5b89de284a1efbd84 |
UHC | 帝℡d | 111100001010100010100010111001011010001111100100 | f0a8a2e5a3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)