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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞫ッ遘サ | 111001101001000110101111111001111010011110111011 | e691afe7a7bb |
EUC-JP | 鞫ッ遘サ | 1110101111110001100011101010111111101110101010011000111010111011 | ebf18eafeea98ebb |
UTF-8 | 鞫ッ遘サ | 111010011001111010101011111011111011110110101111111010011000000110011000111011111011110110111011 | e99eabefbdafe98198efbdbb |
UHC | 鞫??? | 1100111111010100001111110011111100111111 | cfd43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)