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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蘯稙湫 | 111000011011101011100010011001011001111111010101 | e1bae2659fd5 |
EUC-JP | 蘯稙湫 | 111000101011110011100011110001101101111011010111 | e2bce3c6ded7 |
UTF-8 | 蘯稙湫 | 111010001001100010101111111001111010100010011001111001101011100110101011 | e898afe7a899e6b9ab |
UHC | ?稙湫 | 0011111111110010110000101111010111010011 | 3ff2c2f5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)