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 | 写軸顏 | 100011101100101010001110101100101110100011111000 | 8eca8eb2e8f8 |
EUC-JP | 写軸顏 | 101111001100110010111100101101001111000011111010 | bcccbcb4f0fa |
UTF-8 | 写軸顏 | 111001011000011010011001111010001011101110111000111010011010000110001111 | e58699e8bbb8e9a18f |
UHC | ?軸? | 00111111111101011110111000111111 | 3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)