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 | 傲??愿η? | 100110001111110000111111001111111001110011000011100000111100010100111111 | 98fc3f3f9cc383c53f |
EUC-JP | 傲??愿η? | 110100001111111000111111001111111101100011000101101001101100011100111111 | d0fe3f3fd8c5a6c73f |
UTF-8 | 傲섎빑愿η릭 | 1110010110000010101100101110110010000100100011101110101110111001100100011110011010000100101111111100111010110111111010111010011010101101 | e582b2ec848eebb991e684bfceb7eba6ad |
UHC | 傲섎빑愿η릭 | 111001111110110010011000111010111001010110110101111010101011010010100101111001111011100010101111 | e7ec98eb95b5eab4a5e7b8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)