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 | ???揖?┷ | 0011111100111111001111111001011101001011001111111000010010111000 | 3f3f3f974b3f84b8 |
EUC-JP | ???揖?┷ | 0011111100111111001111111100110110101100001111111010100010111010 | 3f3f3fcdac3fa8ba |
UTF-8 | 凉듭닂揖쇽┷ | 111011111010010110111001111010111001001110101101111010111000101110000010111001101000111110010110111011001000011110111101111000101001010010110111 | efa5b9eb93adeb8b82e68f96ec87bde294b7 |
UHC | 凉듭닂揖쇽┷ | 111001011011110010110101111011001000100010001011111010111110011110111100111011111010011010111010 | e5bcb5ec888bebe7bcefa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)