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 | 莊?蜘?艇? | 111001001011010100111111100100100111011100111111100100101111100000111111 | e4b53f92773f92f83f |
EUC-JP | 莊?蜘?艇? | 111010001011011100111111110000111101100000111111110001001111101000111111 | e8b73fc3d83fc4fa3f |
UTF-8 | 莊렱蜘렲艇렣 | 111010001000111010001010111010111010000010110001111010001001110010011000111010111010000010110010111010001000100110000111111010111010000010100011 | e88e8aeba0b1e89c98eba0b2e88987eba0a3 |
UHC | 莊렱蜘렲艇렣 | 111011011111011010001110101111101111001010111011100011101011111111101111111100111000111010110100 | edf68ebef2bb8ebfeff38eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)