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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 諡配諡配B | 111001101000101110010100011110101110011010001011100101000111101001000010 | e68b947ae68b947a42 |
EUC-JP | 諡配諡配B | 111010111110101111000111110110111110101111101011110001111101101101000010 | ebebc7dbebebc7db42 |
UTF-8 | 諡配諡配B | 11101000101010111010000111101001100001011000110111101000101010111010000111101001100001011000110101000010 | e8aba1e9858de8aba1e9858d42 |
UHC | 諡配諡配B | 111000111100110111011011110101011110001111001101110110111101010101000010 | e3cddbd5e3cddbd542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)