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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 杖????? | 10001111111100010011111100111111001111110011111100111111 | 8ff13f3f3f3f3f |
EUC-JP | 杖????? | 10111110111100110011111100111111001111110011111100111111 | bef33f3f3f3f3f |
UTF-8 | 杖잰렏렏뤱퉶 | 111001101001110110010110111011001001111010110000111010111010000010001111111010111010000010001111111010111010010010110001111011011000100110110110 | e69d96ec9eb0eba08feba08feba4b1ed89b6 |
UHC | 杖잰렏렏뤱퉶 | 111011011110100011000000111010011000111010100101100011101010010110001111110111111011100110001110 | ede8c0e98ea58ea58fdfb98e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)