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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耳?圓?? | 10001110101010000011111110011010101000100011111100111111 | 8ea83f9aa23f3f |
EUC-JP | 耳?圓?? | 10111100101010100011111111010100101001000011111100111111 | bcaa3fd4a43f3f |
UTF-8 | 耳렲圓뀀누 | 111010001000000010110011111010111010000010110010111001011001110010010011111010111000000010000000111010111000100010000100 | e880b3eba0b2e59c93eb8080eb8884 |
UHC | 耳렲圓뀀누 | 11101100101111001000111010111111111010101010110110110010111010111011010010101001 | ecbc8ebfeaadb2ebb4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)