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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒟晨且 | 111001001110010110011101111011011000101010001110 | e4e59ded8a8e |
EUC-JP | 蒟晨且 | 111010001110011111011010111011111011001111101110 | e8e7daefb3ee |
UTF-8 | 蒟晨且 | 111010001001001010011111111001101001100110101000111001001011100010010100 | e8929fe699a8e4b894 |
UHC | ?晨且 | 0011111111100011111001111111001110100110 | 3fe3e7f3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)