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 | 驍抱螽 | 111010011000001010010101111110001110010110101000 | e98295f8e5a8 |
EUC-JP | 驍抱螽 | 111100011110001011001010111110101110101010101010 | f1e2cafaeaaa |
UTF-8 | 驍抱螽 | 111010011010100110001101111001101000101010110001111010001001111010111101 | e9a98de68ab1e89ebd |
UHC | 驍抱? | 1111110110100100111110001101100100111111 | fda4f8d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)