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 | ??阪賦 | 001111110011111110001101111000111001010110001010 | 3f3f8de3958a |
EUC-JP | ??阪賦 | 001111110011111110111010111001011100100111101010 | 3f3fbae5c9ea |
UTF-8 | 룶괌阪賦 | 111010111010001110110110111010101011010010001100111010011001100010101010111010001011001110100110 | eba3b6eab48ce998aae8b3a6 |
UHC | 룶괌阪賦 | 1000111110101011101100011010000111111000101000011101110110110111 | 8fabb1a1f8a1ddb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)