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 | ?德??∵忽 | 001111111111101010111010001111110011111110000001111001101000110110011010 | 3ffaba3f3f81e68d9a |
EUC-JP | ????∵忽 | 0011111100111111001111110011111110100010111010001011100111111010 | 3f3f3f3fa2e8b9fa |
UTF-8 | 뤯德㏐퀚∵忽 | 111010111010010010101111111001011011111010110111111000111000111110010000111011011000000010011010111000101000100010110101111001011011111110111101 | eba4afe5beb7e38f90ed809ae288b5e5bfbd |
UHC | 뤯德㏐퀚∵忽 | 100011111101110111010011111011001010011111101010101100111000111010100001111100011111101111101100 | 8fddd3eca7eab38ea1f1fbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)