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 | 簣狷サ | 1110001011001101111000001100010010111011 | e2cde0c4bb |
EUC-JP | 簣狷サ | 111001001100111111100000110001101000111010111011 | e4cfe0c68ebb |
UTF-8 | 簣狷サ | 111001111011000010100011111001111000101110110111111011111011110110111011 | e7b0a3e78bb7efbdbb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)