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 | 蒟晨魂 | 111001001110010110011101111011011000110110110000 | e4e59ded8db0 |
EUC-JP | 蒟晨魂 | 111010001110011111011010111011111011101010110010 | e8e7daefbab2 |
UTF-8 | 蒟晨魂 | 111010001001001010011111111001101001100110101000111010011010110110000010 | e8929fe699a8e9ad82 |
UHC | ?晨魂 | 0011111111100011111001111111101111101011 | 3fe3e7fbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)