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 | 帽濔窘 | 100101100101100011100000010111011110001001111010 | 9658e05de27a |
EUC-JP | 帽濔窘 | 110010111011100111011111101111101110001111011011 | cbb9dfbee3db |
UTF-8 | 帽濔窘 | 111001011011100010111101111001101011111110010100111001111010101010011000 | e5b8bde6bf94e7aa98 |
UHC | 帽?窘 | 1101100110110110001111111100111111010111 | d9b63fcfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)