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 | 蟆冗ク溷ヲ | 1110010110110000100011111110011110111000100111111110010110100110 | e5b08fe7b89fe5a6 |
EUC-JP | 蟆冗ク溷ヲ | 11101010101100101011111011101001100011101011100011011110111001111000111010100110 | eab2bee98eb8dee78ea6 |
UTF-8 | 蟆冗ク溷ヲ | 111010001001111110000110111001011000011010010111111011111011110110111000111001101011101010110111111011111011110110100110 | e89f86e58697efbdb8e6bab7efbda6 |
UHC | ?冗??? | 001111111110100110110111001111110011111100111111 | 3fe9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)