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 | 依?l | 1000100011001011001111111000001010001100 | 88cb3f828c |
EUC-JP | 依?l | 1011000011001101001111111010001111101100 | b0cd3fa3ec |
UTF-8 | 依멸l | 111001001011111010011101111010111010100110111000111011111011110110001100 | e4be9deba9b8efbd8c |
UHC | 依멸l | 111010111110111010111000111010101010001111101100 | ebeeb8eaa3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)