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 | ???^Q] | 001111110011111100111111010111100101000101011101 | 3f3f3f5e515d |
SJIS-WIN | 諱≫d^Q] | 111001101000000110000001111000101000001010000100010111100101000101011101 | e68181e282845e515d |
EUC-JP | 諱≫d^Q] | 111010111110000110100010111001001010001111100100010111100101000101011101 | ebe1a2e4a3e45e515d |
UTF-8 | 諱≫d^Q] | 111010001010101110110001111000101000100110101011111011111011110110000100010111100101000101011101 | e8abb1e289abefbd845e515d |
UHC | 諱≫d^Q] | 111111011100100110100001111011011010001111100100010111100101000101011101 | fdc9a1eda3e45e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)