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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踐滔ェ誤濶 | 111001101111011010011111111010111010101010001100111010111110100010001001 | e6f69febaa8cebe889 |
EUC-JP | 踐滔ェ誤濶 | 11101100111110001101111011101101100011101010101010111000111011011110111111101001 | ecf8deed8eaab8edefe9 |
UTF-8 | 踐滔ェ誤濶 | 111010001011100010010000111001101011101110010100111011111011110110101010111010001010101010100100111001101011111110110110 | e8b890e6bb94efbdaae8aaa4e6bfb6 |
UHC | 踐滔?誤? | 1111010011000010110101001010010100111111111010001010011000111111 | f4c2d4a53fe8a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)