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 | 銛∬ご | 111001111111001110000001111010001000001010110010 | e7f381e882b2 |
EUC-JP | 銛∬ご | 111011101111010110100010111010101010010010110100 | eef5a2eaa4b4 |
UTF-8 | 銛∬ご | 111010011000101010011011111000101000100010101100111000111000000110010100 | e98a9be288ace38194 |
UHC | ?∬ご | 0011111110100001111100111010101010110100 | 3fa1f3aab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)