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 | 髙ミァ痔 | 1111101111111100110100001111000110001110101001111000111010100100 | fbfcd0f18ea78ea4 |
EUC-JP | ?ミ?ァ痔 | 0011111110001110110100000011111110001110101001111011110010100110 | 3f8ed03f8ea7bca6 |
UTF-8 | 髙ミァ痔 | 111010011010101110011001111011111011111010010000111011101000010010001001111011111011110110100111111001111001011110010100 | e9ab99efbe90ee8489efbda7e79794 |
UHC | ????痔 | 001111110011111100111111001111111111011011000000 | 3f3f3f3ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)