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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜍晧ィ坑 | 11100101100010111001110111101100101010001000110101000010 | e58b9deca88d42 |
EUC-JP | 蜍晧ィ坑 | 1110100111101011110110101110111010001110101010001011100110100011 | e9ebdaee8ea8b9a3 |
UTF-8 | 蜍晧ィ坑 | 111010001001110010001101111001101001100110100111111011111011110110101000111001011001110110010001 | e89c8de699a7efbda8e59d91 |
UHC | ?晧?坑 | 001111111111101111000101001111111100101111010101 | 3ffbc53fcbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)