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 | 雕蛾キケ蓍 | 1110100010111000100010011110100110110111101110011110010011100111 | e8b889e9b7b9e4e7 |
EUC-JP | 雕蛾キケ蓍 | 11110000101110101011001011101011100011101011011110001110101110011110100011101001 | f0bab2eb8eb78eb9e8e9 |
UTF-8 | 雕蛾キケ蓍 | 111010011001101110010101111010001001101110111110111011111011110110110111111011111011110110111001111010001001001110001101 | e99b95e89bbeefbdb7efbdb9e8938d |
UHC | 雕蛾??蓍 | 1111000011100111111001001011011000111111001111111110001111001001 | f0e7e4b63f3fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)