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 | 夭??阿?? | 1001101011101110001111110011111110001000101000100011111100111111 | 9aee3f3f88a23f3f |
EUC-JP | 夭??阿?? | 1101010011110000001111110011111110110000101001000011111100111111 | d4f03f3fb0a43f3f |
UTF-8 | 夭곕젧阿뗧썣 | 111001011010010010101101111010101011001110010101111011001010000010100111111010011001100010111111111010111001011110100111111011001000110110100011 | e5a4adeab395eca0a7e998bfeb97a7ec8da3 |
UHC | 夭곕젧阿뗧썣 | 111010001110110010110000111010111010000010011111111001001011100110001011111001111001101110010110 | e8ecb0eba09fe4b98be79b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)