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 | 蕈件就芟 | 1110010011111100100011001000111110001111010000011110010010001100 | e4fc8c8f8f41e48c |
EUC-JP | 蕈件就芟 | 1110100011111110101101111110111110111101101000101110011111101100 | e8feb7efbda2e7ec |
UTF-8 | 蕈件就芟 | 111010001001010110001000111001001011101110110110111001011011000010110001111010001000101010011111 | e89588e4bbb6e5b0b1e88a9f |
UHC | ?件就芟 | 00111111110010111110110011110110101001101101111110110111 | 3fcbecf6a6dfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)