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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヒ・聟 | 110010111010010111110010111100001110001111011011 | cba5f2f0e3db |
EUC-JP | ヒ・?聟 | 10001110110010111000111010100101001111111110011011011101 | 8ecb8ea53fe6dd |
UTF-8 | ヒ・聟 | 111011111011111010001011111011111011110110100101111011101000100010100111111010001000000110011111 | efbe8befbda5ee88a7e8819f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)