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 | 闡ッ蜀怜ケケ | 111010001001000110101111111001011000011010010111111001011011100110111001 | e891afe58697e5b9b9 |
EUC-JP | 闡ッ蜀怜ケケ | 111011111111000110001110101011111110100111100110110011101110011110001110101110011000111010111001 | eff18eafe9e6cee78eb98eb9 |
UTF-8 | 闡ッ蜀怜ケケ | 111010011001011110100001111011111011110110101111111010001001110010000000111001101000000010011100111011111011110110111001111011111011110110111001 | e997a1efbdafe89c80e6809cefbdb9efbdb9 |
UHC | 闡?蜀怜?? | 111101001100010100111111111101011011100111010110101110110011111100111111 | f4c53ff5b9d6bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)