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 | 蜊溢氓 | 111001011000110110001000111011001001111110000010 | e58d88ec9f82 |
EUC-JP | 蜊溢氓 | 111010011110110110110000111011101101110111100010 | e9edb0eedde2 |
UTF-8 | 蜊溢氓 | 111010001001110010001010111001101011101010100010111001101011000010010011 | e89c8ae6baa2e6b093 |
UHC | ?溢氓 | 0011111111101100111011101101100011101100 | 3feceed8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)