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 | 中??衆褐 | 1001001010000110001111110011111110001111010011111000101010001100 | 92863f3f8f4f8a8c |
EUC-JP | 中??衆褐 | 1100001111100110001111110011111110111101101100001011001111101100 | c3e63f3fbdb0b3ec |
UTF-8 | 中쯔츌衆褐 | 111001001011100010101101111011001010111110010100111011001011100010001100111010001010000110000110111010001010010010010000 | e4b8adecaf94ecb88ce8a186e8a490 |
UHC | 中쯔츌衆褐 | 11110001111010011100001011101010110000111111010011110001111010111100101011101000 | f1e9c2eac3f4f1ebcae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)