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 | 貞???堤 | 10010010111001010011111100111111001111111001001011100111 | 92e53f3f3f92e7 |
EUC-JP | 貞???堤 | 11000100111001110011111100111111001111111100010011101001 | c4e73f3f3fc4e9 |
UTF-8 | 貞흗렣렖堤 | 111010001011001010011110111011011001110110010111111010111010000010100011111010111010000010010110111001011010000010100100 | e8b29eed9d97eba0a3eba096e5a0a4 |
UHC | 貞흗렣렖堤 | 11101111111101101100100011101001100011101011010010001110101010111111000010100111 | eff6c8e98eb48eabf0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)