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 | 中??張 | 100100101000011000111111001111111001001010100011 | 92863f3f92a3 |
EUC-JP | 中??張 | 110000111110011000111111001111111100010010100101 | c3e63f3fc4a5 |
UTF-8 | 中쯔츌張 | 111001001011100010101101111011001010111110010100111011001011100010001100111001011011110010110101 | e4b8adecaf94ecb88ce5bcb5 |
UHC | 中쯔츌張 | 1111000111101001110000101110101011000011111101001110110111100101 | f1e9c2eac3f4ede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)