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 | 紳?? | 10010000011000010011111100111111 | 90613f3f |
EUC-JP | 紳?? | 10111111110000100011111100111111 | bfc23f3f |
UTF-8 | 紳딂렑 | 111001111011010010110011111010111001010010000010111010111010000010010001 | e7b4b3eb9482eba091 |
UHC | 紳딂렑 | 111000111110101110001010111010001000111010100110 | e3eb8ae88ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)