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 | 鬩・迴セ闡コ | 111010011010100110100101111001111000111110111110111010001001000110111010 | e9a9a5e78fbee891ba |
EUC-JP | 鬩・迴セ闡コ | 111100101010101110001110101001011110110111101111100011101011111011101111111100011000111010111010 | f2ab8ea5edef8ebeeff18eba |
UTF-8 | 鬩・迴セ闡コ | 111010011010110010101001111011111011110110100101111010001011111110110100111011111011110110111110111010011001011110100001111011111011110110111010 | e9aca9efbda5e8bfb4efbdbee997a1efbdba |
UHC | ????闡? | 00111111001111110011111100111111111101001100010100111111 | 3f3f3f3ff4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)