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 | 曜??揖? | 10010111011010100011111100111111100101110100101100111111 | 976a3f3f974b3f |
EUC-JP | 曜??揖? | 11001101110010110011111100111111110011011010110000111111 | cdcb3f3fcdac3f |
UTF-8 | 曜긱굥揖멠 | 111001101001101110011100111010101011100010110001111010101011010110100101111001101000111110010110111010111010100110100000 | e69b9ceab8b1eab5a5e68f96eba9a0 |
UHC | 曜긱굥揖멠 | 11101000111110001011000111100011100000101000101111101011111001111001000101010000 | e8f8b1e3828bebe79150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)