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 | 驛∵屆蝪 | 1110100110000011100000011110011010011011100111001110010110100001 | e98381e69b9ce5a1 |
EUC-JP | 驛∵屆蝪 | 1111000111100011101000101110100011010101111111001110101010100011 | f1e3a2e8d5fceaa3 |
UTF-8 | 驛∵屆蝪 | 111010011010100110011011111000101000100010110101111001011011000110000110111010001001110110101010 | e9a99be288b5e5b186e89daa |
UHC | 驛∵屆? | 11100110101111101010000111110001110011001111101000111111 | e6bea1f1ccfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)