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 | ??????@B | 0011111100111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f3f4042 |
SJIS-WIN | シタシヌ湿尺@B | 10111100110000001011110011000111100011101011110010001110110110100100000001000010 | bcc0bcc78ebc8eda4042 |
EUC-JP | シタシヌ湿尺@B | 1000111010111100100011101100000010001110101111001000111011000111101111001011111010111100110111000100000001000010 | 8ebc8ec08ebc8ec7bcbebcdc4042 |
UTF-8 | シタシヌ湿尺@B | 1110111110111101101111001110111110111110100000001110111110111101101111001110111110111110100001111110011010111001101111111110010110110000101110100100000001000010 | efbdbcefbe80efbdbcefbe87e6b9bfe5b0ba4042 |
UHC | ?????尺@B | 001111110011111100111111001111110011111111110100101010010100000001000010 | 3f3f3f3f3ff4a94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)