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 | ??嫩樽 | 001111110011111110011011011000111001001001001101 | 3f3f9b63924d |
EUC-JP | 棅?嫩樽 | 1000111111000011111110110011111111010101110001001100001110101110 | 8fc3fb3fd5c4c3ae |
UTF-8 | 棅뤚嫩樽 | 111001101010001110000101111010111010010010011010111001011010101110101001111001101010100010111101 | e6a385eba49ae5aba9e6a8bd |
UHC | 棅뤚嫩樽 | 1101110010111000100011111100100111010010111011001111000111011100 | dcb88fc9d2ecf1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)