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 | 畏??矮①? | 100010001101100000111111001111111110000111100010100001110100000000111111 | 88d83f3fe1e287403f |
EUC-JP | 畏??矮?˚ | 10110000110110100011111100111111111000101110010000111111100011111010001010110110 | b0da3f3fe2e43f8fa2b6 |
UTF-8 | 畏붵굢矮①˚ | 1110011110010101100011111110101110110110101101011110101010110101101000101110011110011111101011101110001010010001101000001100101110011010 | e7958febb6b5eab5a2e79faee291a0cb9a |
UHC | 畏붵굢矮①˚ | 111010001110011010010100111000111000001010001001111010001110000110101000111001111010001010101010 | e8e694e38289e8e1a8e7a2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)