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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?嶝臂??? | 0011111110011011110100011110010001011101001111110011111100111111 | 3f9bd1e45d3f3f3f |
EUC-JP | ?嶝臂??? | 0011111111010110110100111110011110111110001111110011111100111111 | 3fd6d3e7be3f3f3f |
UTF-8 | 뤦嶝臂압힘뤦 | 111010111010010010100110111001011011011010011101111010001000011110000010111011001001010110010101111011011001111010011000111010111010010010100110 | eba4a6e5b69de88782ec9595ed9e98eba4a6 |
UHC | 뤦嶝臂압힘뤦 | 100011111101010011010100111100011101111010100010101111101101000011001000111110111000111111010100 | 8fd4d4f1dea2bed0c8fb8fd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)