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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 俑??而?^ | 1001100011011010001111110011111110001110101001110011111101011110 | 98da3f3f8ea73f5e |
EUC-JP | 俑??而?^ | 1101000011011100001111110011111110111100101010010011111101011110 | d0dc3f3fbca93f5e |
UTF-8 | 俑앸끀而욬^ | 11100100101111111001000111101100100101011011100011101011100000011000000011101000100000001000110011101100100110101010110001011110 | e4bf91ec95b8eb8180e8808cec9aac5e |
UHC | 俑앸끀而욬^ | 1110100110110101100111011110101110000101101101101110110010111011100111110100010001011110 | e9b59deb85b6ecbb9f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)