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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 中??贈 | 100100101000011000111111001111111001000110100001 | 92863f3f91a1 |
EUC-JP | 中??贈 | 110000111110011000111111001111111100001010100011 | c3e63f3fc2a3 |
UTF-8 | 中쯔츌贈 | 111001001011100010101101111011001010111110010100111011001011100010001100111010001011010010001000 | e4b8adecaf94ecb88ce8b488 |
UHC | 中쯔츌贈 | 1111000111101001110000101110101011000011111101001111000111111100 | f1e9c2eac3f4f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)