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 | 淏懶セ郁 | 11111011010000101001110011101111101111101000100011101000 | fb429cefbe88e8 |
EUC-JP | 淏懶セ郁 | 100011111100011111011001110110001111000110001110101111101011000011101010 | 8fc7d9d8f18ebeb0ea |
UTF-8 | 淏懶セ郁 | 111001101011011110001111111001101000011110110110111011111011110110111110111010011000001110000001 | e6b78fe687b6efbdbee98381 |
UHC | 淏懶?郁 | 11111011110010001101010011111011001111111110100111110100 | fbc8d4fb3fe9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)