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 | 鴫遮而 | 100011101011000010001110110101011000111010100111 | 8eb08ed58ea7 |
EUC-JP | 鴫遮而 | 101111001011001010111100110101111011110010101001 | bcb2bcd7bca9 |
UTF-8 | 鴫遮而 | 111010011011010010101011111010011000000110101110111010001000000010001100 | e9b4abe981aee8808c |
UHC | ?遮而 | 0011111111110011101101001110110010111011 | 3ff3b4ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)