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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辷ュ迯守渥 | 111001111000100010101101111001111000110110001110111001111000100010101101 | e788ade78d8ee788ad |
EUC-JP | 辷ュ迯守渥 | 11101101111010001000111010101101111011011110110110111100111010011011000010101111 | ede88eadededbce9b0af |
UTF-8 | 辷ュ迯守渥 | 111010001011111010110111111011111011110110101101111010001011111110101111111001011010111010001000111001101011100010100101 | e8beb7efbdade8bfafe5ae88e6b8a5 |
UHC | ???守渥 | 00111111001111110011111111100001111110101110010011000110 | 3f3f3fe1fae4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)