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 | ?悳ぎ?冀 | 0011111110011100011110111000001010101100001111111001100101100010 | 3f9c7b82ac3f9962 |
EUC-JP | ?悳ぎ?冀 | 0011111111010111110111001010010010101110001111111101000111000011 | 3fd7dca4ae3fd1c3 |
UTF-8 | 룶悳ぎ룵冀 | 111010111010001110110110111001101000001010110011111000111000000110001110111010111010001110110101111001011000011010000000 | eba3b6e682b3e3818eeba3b5e58680 |
UHC | 룶悳ぎ룵冀 | 10001111101010111101001111101101101010101010111010001111101010101101000011101101 | 8fabd3edaaae8faad0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)