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 | 癌???倭 | 10001010111000000011111100111111001111111001100001100000 | 8ae03f3f3f9860 |
EUC-JP | 癌???倭 | 10110100111000100011111100111111001111111100111111000001 | b4e23f3f3fcfc1 |
UTF-8 | 癌껋눘짹倭 | 111001111001100110001100111010101011101110001011111010111000100010011000111011001010011110111001111001011000000010101101 | e7998ceabb8beb8898eca7b9e580ad |
UHC | 癌껋눘짹倭 | 11100100110111111000001111101100100001111011000111000010101100011110100011011110 | e4df83ec87b1c2b1e8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)