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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 躍λ? | 1001011011110100100000111100100100111111 | 96f483c93f |
EUC-JP | 躍λ? | 1100110011110110101001101100101100111111 | ccf6a6cb3f |
UTF-8 | 躍λ렦 | 1110100010111010100011011100111010111011111010111010000010100110 | e8ba8dcebbeba0a6 |
UHC | 躍λ렦 | 111001011011100010100101111010111000111010110101 | e5b8a5eb8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)