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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髮也判荳㏄ | 11101001100110111001011011100111100101001011101111100100101110001000011101110100 | e99b96e794bbe4b88774 |
EUC-JP | 髮也判荳? | 111100011111101111001100111010011100100010111101111010001011101000111111 | f1fbcce9c8bde8ba3f |
UTF-8 | 髮也判荳㏄ | 111010011010101110101110111001001011100110011111111001011000100010100100111010001000110110110011111000111000111110000100 | e9abaee4b99fe588a4e88db3e38f84 |
UHC | 髮也判荳㏄ | 11011011101001011110010110100101111101111111011111010100111001011010011110100110 | dba5e5a5f7f7d4e5a7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)