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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???鍮??? | 0011111100111111001111111110100001001010001111110011111100111111 | 3f3f3fe84a3f3f3f |
EUC-JP | ???鍮??? | 0011111100111111001111111110111110101011001111110011111100111111 | 3f3f3fefab3f3f3f |
UTF-8 | 麗몃씈鍮앯뙴璘 | 111011111010011010001000111010111010101010000011111011001001010010001000111010011000110110101110111011001001010110101111111010111001100110110100111011111010011110101111 | efa688ebaa83ec9488e98daeec95afeb99b4efa7af |
UHC | 麗몃씈鍮앯뙴璘 | 1110011010110000101110001110101110011101101000001110101110111001100111011110011110001100101101111110110011011110 | e6b0b8eb9da0ebb99de78cb7ecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)