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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蝸ス魴。 | 111001011001011110111101111010011011010110100001 | e597bde9b5a1 |
EUC-JP | 蝸ス魴。 | 1110100111110111100011101011110111110010101101111000111010100001 | e9f78ebdf2b78ea1 |
UTF-8 | 蝸ス魴。 | 111010001001110110111000111011111011110110111101111010011010110110110100111011111011110110100001 | e89db8efbdbde9adb4efbda1 |
UHC | 蝸??? | 1110100011000100001111110011111100111111 | e8c43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)