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 | 葆常愁萵 | 1110010011011100100011111110110110001111010001001110010011100000 | e4dc8fed8f44e4e0 |
EUC-JP | 葆常愁萵 | 1110100011011110101111101110111110111101101001011110100011100010 | e8debeefbda5e8e2 |
UTF-8 | 葆常愁萵 | 111010001001000110000110111001011011100010111000111001101000010010000001111010001001000010110101 | e89186e5b8b8e68481e890b5 |
UHC | ?常愁? | 001111111101111111001000111000011111111000111111 | 3fdfc8e1fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)