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 | 葆常愁莟 | 1110010011011100100011111110110110001111010001001110010010101111 | e4dc8fed8f44e4af |
EUC-JP | 葆常愁莟 | 1110100011011110101111101110111110111101101001011110100010110001 | e8debeefbda5e8b1 |
UTF-8 | 葆常愁莟 | 111010001001000110000110111001011011100010111000111001101000010010000001111010001000111010011111 | e89186e5b8b8e68481e88e9f |
UHC | ?常愁? | 001111111101111111001000111000011111111000111111 | 3fdfc8e1fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)