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 | 頏竺而 | 111010001111000010001110101100011000111010100111 | e8f08eb18ea7 |
EUC-JP | 頏竺而 | 111100001111001010111100101100111011110010101001 | f0f2bcb3bca9 |
UTF-8 | 頏竺而 | 111010011010000010001111111001111010101110111010111010001000000010001100 | e9a08fe7abbae8808c |
UHC | ?竺而 | 0011111111110101111001111110110010111011 | 3ff5e7ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)