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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 僥??亨?? | 1001100101000110001111110011111110001011100111000011111100111111 | 99463f3f8b9c3f3f |
EUC-JP | 僥??亨?? | 1101000110100111001111110011111110110101111111000011111100111111 | d1a73f3fb5fc3f3f |
UTF-8 | 僥욤눎亨ㅵㅁ | 111001011000001110100101111011001001101010100100111010111000100010001110111001001011101010101000111000111000010110110101111000111000010110000001 | e583a5ec9aa4eb888ee4baa8e385b5e38581 |
UHC | 僥욤눎亨ㅵㅁ | 111010001110100110111111111010001000011110101010111110101111101110100100111001011010010010110001 | e8e9bfe887aafafba4e5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)