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 | 撓????? | 10011101100110100011111100111111001111110011111100111111 | 9d9a3f3f3f3f3f |
EUC-JP | 撓??縕?? | 110110011111101000111111001111111000111111010100110000100011111100111111 | d9fa3f3f8fd4c23f3f |
UTF-8 | 撓뽳쉥縕딉쉿 | 111001101001001010010011111010111011110110110011111011001000100110100101111001111011100010010101111010111001010010001001111011001000100110111111 | e69293ebbdb3ec89a5e7b895eb9489ec89bf |
UHC | 撓뽳쉥縕딉쉿 | 111010001111010110010110111011111011110110101011111010001011001010001010111011111011110110110010 | e8f596efbdabe8b28aefbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)