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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霓?ゲ | 1110100010111101001111111000001101010001 | e8bd3f8351 |
EUC-JP | 霓?ゲ | 1111000010111111001111111010010110110010 | f0bf3fa5b2 |
UTF-8 | 霓었ゲ | 111010011001110010010011111011001001011110001000111000111000001010110010 | e99c93ec9788e382b2 |
UHC | 霓었ゲ | 111001111110011110111110111110101010101110110010 | e7e7befaabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)