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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壹驀?日 | 10011010111000111110100101111101001111111001001111111010 | 9ae3e97d3f93fa |
EUC-JP | 壹驀?日 | 11010100111001011111000111011110001111111100011011111100 | d4e5f1de3fc6fc |
UTF-8 | 壹驀읊日 | 111001011010001110111001111010011010100110000000111011001001110110001010111001101001011110100101 | e5a3b9e9a980ec9d8ae697a5 |
UHC | 壹驀읊日 | 1110110011101100110110001110100111000000101111001110110011101101 | ececd8e9c0bceced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)