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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 뾋놥꽑}뾋놥꽑{^ | 111010111011111010001011111010111000011010100101111010101011110110010001011111011110101110111110100010111110101110000110101001011110101010111101100100010111101101011110 | ebbe8beb86a5eabd917debbe8beb86a5eabd917b5e |
UHC | 뾋놥꽑}뾋놥꽑{^ | 100101110100100110000111010010001000010010100000011111011001011101001001100001110100100010000100101000000111101101011110 | 9749874884a07d9749874884a07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)