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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蟄企梓^ | 11100101101011011000101011101001100010001011001001011110 | e5ad8ae988b25e |
EUC-JP | 蟄企梓^ | 11101010101011111011010011101011101100001011010001011110 | eaafb4ebb0b45e |
UTF-8 | 蟄企梓^ | 11101000100111111000010011100100101111001000000111100110101000101001001101011110 | e89f84e4bc81e6a2935e |
UHC | 蟄企梓^ | 11110110110111101101000011101010111011101010100101011110 | f6ded0eaeea95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)