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 | 中????? | 10010010100001100011111100111111001111110011111100111111 | 92863f3f3f3f3f |
EUC-JP | 中???焌? | 110000111110011000111111001111110011111110001111110010011110100000111111 | c3e63f3f3f8fc9e83f |
UTF-8 | 中쟉렰렫焌렦 | 111001001011100010101101111011001001111110001001111010111010000010110000111010111010000010101011111001111000010010001100111010111010000010100110 | e4b8adec9f89eba0b0eba0abe7848ceba0a6 |
UHC | 中쟉렰렫焌렦 | 111100011110100111000000111100011000111010111101100011101011100111110001111000001000111010110101 | f1e9c0f18ebd8eb9f1e08eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)