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 | 嵩?? | 10010000100100110011111100111111 | 90933f3f |
EUC-JP | 嵩?? | 10111111111100110011111100111111 | bff33f3f |
UTF-8 | 嵩뤹뒰 | 111001011011010110101001111010111010010010111001111010111001001010110000 | e5b5a9eba4b9eb92b0 |
UHC | 嵩뤹뒰 | 111000111010000110001111111001111000101010101001 | e3a18fe78aa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)