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 | 耘?毋 | 1110001111001111001111111001111101111000 | e3cf3f9f78 |
EUC-JP | 耘?毋 | 1110011011010001001111111101110111011001 | e6d13fddd9 |
UTF-8 | 耘편毋 | 111010001000000010011000111011011000111010111000111001101010111110001011 | e88098ed8eb8e6af8b |
UHC | 耘편毋 | 111010011111110011000110111011011101100111101100 | e9fcc6edd9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)