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 | 映??潁?? | 1000100101100110001111110011111110011111111100010011111100111111 | 89663f3f9ff13f3f |
EUC-JP | 映??潁?? | 1011000111000111001111110011111111011110111100110011111100111111 | b1c73f3fdef33f3f |
UTF-8 | 映뽭뇠潁욅끼 | 111001101001100010100000111010111011110110101101111010111000011110100000111001101011110110000001111011001001101010000101111010111000000110111100 | e698a0ebbdadeb87a0e6bd81ec9a85eb81bc |
UHC | 映뽭뇠潁욅끼 | 111001111011000110010110111010011000011110001000111001111011100010011110111001111011001110100010 | e7b196e98788e7b89ee7b3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)