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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 鉥?? | 1000111111100011111010000011111100111111 | 8fe3e83f3f |
UTF-8 | 鉥덇돬 | 111010011000100110100101111010111000110110000111111010111000111110101100 | e989a5eb8d87eb8fac |
UHC | 鉥덇돬 | 111000101111110010001000111010101000100110101111 | e2fc88ea89af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)