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 | 鴫邪而 | 100011101011000010001110110101111000111010100111 | 8eb08ed78ea7 |
EUC-JP | 鴫邪而 | 101111001011001010111100110110011011110010101001 | bcb2bcd9bca9 |
UTF-8 | 鴫邪而 | 111010011011010010101011111010011000001010101010111010001000000010001100 | e9b4abe982aae8808c |
UHC | ?邪而 | 0011111111011110111101111110110010111011 | 3fdef7ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)