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 | 簣社実 | 111000101100110110001110110100001000111011000000 | e2cd8ed08ec0 |
EUC-JP | 簣社実 | 111001001100111110111100110100101011110011000010 | e4cfbcd2bcc2 |
UTF-8 | 簣社実 | 111001111011000010100011111001111010010010111110111001011010111010011111 | e7b0a3e7a4bee5ae9f |
UHC | ?社? | 00111111110111101110010000111111 | 3fdee43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)