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 | 易??毅f? | 100010001101010100111111001111111000101101000010100000101000011000111111 | 88d53f3f8b4282863f |
EUC-JP | 易??毅f? | 101100001101011100111111001111111011010110100011101000111110011000111111 | b0d73f3fb5a3a3e63f |
UTF-8 | 易낅벊毅f텈 | 111001101001100010010011111010111000001010000101111010111011001010001010111001101010111110000101111011111011110110000110111011011000010110001000 | e69893eb8285ebb28ae6af85efbd86ed8588 |
UHC | 易낅벊毅f텈 | 111001101011011010000101111010111001001110101101111010111111011010100011111001101011011010000101 | e6b685eb93adebf6a3e6b685 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)