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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逑ヲ邏尖鴎 | 111001111001001110100110111001111011010010010000111010111000100110101000 | e793a6e7b490eb89a8 |
EUC-JP | 逑ヲ邏尖鴎 | 11101101111100111000111010100110111011101011011011000000111011011011001010101010 | edf38ea6eeb6c0edb2aa |
UTF-8 | 逑ヲ邏尖鴎 | 111010011000000010010001111011111011110110100110111010011000001010001111111001011011000010010110111010011011010010001110 | e98091efbda6e9828fe5b096e9b48e |
UHC | 逑?邏尖? | 1100111111000111001111111101010110100100111101001101001100111111 | cfc73fd5a4f4d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)