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 | ??粃?? | 001111110011111111100010111000010011111100111111 | 3f3fe2e13f3f |
EUC-JP | ??粃?? | 001111110011111111100100111000110011111100111111 | 3f3fe4e33f3f |
UTF-8 | 룶뇟粃룵엌 | 111010111010001110110110111010111000011110011111111001111011001010000011111010111010001110110101111011001001011110001100 | eba3b6eb879fe7b283eba3b5ec978c |
UHC | 룶뇟粃룵엌 | 10001111101010111011010010100001110111011111101110001111101010101011111011111101 | 8fabb4a1ddfb8faabefd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)