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 | 譯?∀節 | 11100110101000010011111110000001110011011001000011011111 | e6a13f81cd90df |
EUC-JP | 譯?∀節 | 11101100101000110011111110100010110011111100000011100001 | eca33fa2cfc0e1 |
UTF-8 | 譯롧∀節 | 111010001010110110101111111010111010000110100111111000101000100010000000111001111010111110000000 | e8adafeba1a7e28880e7af80 |
UHC | 譯롧∀節 | 1110011010111011100011101110011110100010101000111110111110111101 | e6bb8ee7a2a3efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)