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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲???倭 | 11100001100111110011111100111111001111111001100001100000 | e19f3f3f3f9860 |
EUC-JP | 癲???倭 | 11100010101000010011111100111111001111111100111111000001 | e2a13f3f3fcfc1 |
UTF-8 | 癲⑸뜄짢倭 | 111001111001100110110010111000101001000110111000111010111001110010000100111011001010011110100010111001011000000010101101 | e799b2e291b8eb9c84eca7a2e580ad |
UHC | 癲⑸뜄짢倭 | 11101111101001101010100111101011100011011000100011000010101010001110100011011110 | efa6a9eb8d88c2a8e8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)