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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螟懋サ喜像蠕 | 1110010110100100100111001110101010111011100010101110110010010001100111001110010110111110 | e5a49ceabb8aec919ce5be |
EUC-JP | 螟懋サ喜像蠕 | 111010101010011011011000111011001000111010111011101101001110111011000001111111001110101011000000 | eaa6d8ec8ebbb4eec1fceac0 |
UTF-8 | 螟懋サ喜像蠕 | 111010001001111010011111111001101000011110001011111011111011110110111011111001011001011010011100111001011000001110001111111010001010000010010101 | e89e9fe6878befbdbbe5969ce5838fe8a095 |
UHC | 螟懋?喜像? | 11011001101011011101100111100101001111111111110111101100110111111100000000111111 | d9add9e53ffdecdfc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)