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 | ???揖ч? | 0011111100111111001111111001011101001011100001001000100100111111 | 3f3f3f974b84893f |
EUC-JP | ???揖ч? | 0011111100111111001111111100110110101100101001111110100100111111 | 3f3f3fcdaca7e93f |
UTF-8 | 捻뀀쓹揖ч뇡 | 1110111110100110101001001110101110000000100000001110110010010011101110011110011010001111100101101101000110000111111010111000011110100001 | efa6a4eb8080ec93b9e68f96d187eb87a1 |
UHC | 捻뀀쓹揖ч뇡 | 111001101111011110110010111010111001110110010101111010111110011110101100111010011000011110001001 | e6f7b2eb9d95ebe7ace98789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)