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 | ?讐? | 00111111100011110101000100111111 | 3f8f513f |
EUC-JP | ?讐? | 00111111101111011011001000111111 | 3fbdb23f |
UTF-8 | 롇讐롊 | 111010111010000110000111111010001010111010010000111010111010000110001010 | eba187e8ae90eba18a |
UHC | 롇讐롊 | 100011101100110111100010110000101000111011010000 | 8ecde2c28ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)