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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???詢 | 0011111100111111001111111110011001101101 | 3f3f3fe66d |
EUC-JP | 侁??詢 | 10001111101100001111110000111111001111111110101111001110 | 8fb0fc3f3febce |
UTF-8 | 侁뎵떛詢 | 111001001011111010000001111010111000111010110101111010111001011010011011111010001010100110100010 | e4be81eb8eb5eb969be8a9a2 |
UHC | 侁뎵떛詢 | 1110001111100000100010011000100010001011101100011110001011110011 | e3e089888bb1e2f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)