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 | ?ケ?ヲ | 00111111101110010011111110100110 | 3fb93fa6 |
EUC-JP | ?ケ?ヲ | 001111111000111010111001001111111000111010100110 | 3f8eb93f8ea6 |
UTF-8 | 誱ケ誱ヲ | 111010001010101010110001111011111011110110111001111010001010101010110001111011111011110110100110 | e8aab1efbdb9e8aab1efbda6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)