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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 堤峯??i樗 | 10010010111001111001010111110101001111110011111110000010100010011001001010010100 | 92e795f53f3f82899294 |
EUC-JP | 堤峯??i樗 | 11000100111010011100101011110111001111110011111110100011111010011100001111110100 | c4e9caf73f3fa3e9c3f4 |
UTF-8 | 堤峯렣쇠i樗 | 111001011010000010100100111001011011001110101111111010111010000010100011111011001000011110100000111011111011110110001001111001101010100010010111 | e5a0a4e5b3afeba0a3ec87a0efbd89e6a897 |
UHC | 堤峯렣쇠i樗 | 111100001010011111011100111001111000111010110100101111001110100010100011111010011110111011000000 | f0a7dce78eb4bce8a3e9eec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)