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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??粃??? | 00111111001111111110001011100001001111110011111100111111 | 3f3fe2e13f3f3f |
EUC-JP | ??粃??? | 00111111001111111110010011100011001111110011111100111111 | 3f3fe4e33f3f3f |
UTF-8 | 룶뇟粃룵엌룵 | 111010111010001110110110111010111000011110011111111001111011001010000011111010111010001110110101111011001001011110001100111010111010001110110101 | eba3b6eb879fe7b283eba3b5ec978ceba3b5 |
UHC | 룶뇟粃룵엌룵 | 100011111010101110110100101000011101110111111011100011111010101010111110111111011000111110101010 | 8fabb4a1ddfb8faabefd8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)