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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陋樣垪 | 111010001001101110011110111010011001101010111000 | e89b9ee99ab8 |
EUC-JP | 陋樣垪 | 111011111111101111011100111010111101010010111010 | effbdcebd4ba |
UTF-8 | 陋樣垪 | 111010011001100110001011111001101010100010100011111001011001111010101010 | e9998be6a8a3e59eaa |
UHC | 陋樣? | 1101011110110000111001011100011000111111 | d7b0e5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)