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 | 雕オ蜻育カセ | 111010001011100010110101111001011001000110001000111001111011011010111110 | e8b8b5e59188e7b6be |
EUC-JP | 雕オ蜻育カセ | 111100001011101010001110101101011110100111110001101100001110100110001110101101101000111010111110 | f0ba8eb5e9f1b0e98eb68ebe |
UTF-8 | 雕オ蜻育カセ | 111010011001101110010101111011111011110110110101111010001001110010111011111010001000001010110010111011111011110110110110111011111011110110111110 | e99b95efbdb5e89cbbe882b2efbdb6efbdbe |
UHC | 雕??育?? | 1111000011100111001111110011111111101011110000000011111100111111 | f0e73f3febc03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)