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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 游??癒 | 100111111110000000111111001111111001011011111100 | 9fe03f3f96fc |
EUC-JP | 游??癒 | 110111101110001000111111001111111100110011111110 | dee23f3fccfe |
UTF-8 | 游욌◁癒 | 111001101011100010111000111011001001101010001100111000101001011110000001111001111001100110010010 | e6b8b8ec9a8ce29781e79992 |
UHC | 游욌◁癒 | 1110101011111101100111101110101110100010101101111110101110101000 | eafd9eeba2b7eba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)