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 | 銛∬ご蓚 | 1110011111110011100000011110100010000010101100101110010011101001 | e7f381e882b2e4e9 |
EUC-JP | 銛∬ご蓚 | 1110111011110101101000101110101010100100101101001110100011101011 | eef5a2eaa4b4e8eb |
UTF-8 | 銛∬ご蓚 | 111010011000101010011011111000101000100010101100111000111000000110010100111010001001001110011010 | e98a9be288ace38194e8939a |
UHC | ?∬ご蓚 | 00111111101000011111001110101010101101001110001010111110 | 3fa1f3aab4e2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)