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 | ??┥?? | 001111110011111110000100101111000011111100111111 | 3f3f84bc3f3f |
EUC-JP | ??┥?? | 001111110011111110101000101111100011111100111111 | 3f3fa8be3f3f |
UTF-8 | 琉뗥┥泥츭 | 111011111010011110001100111010111001011110100101111000101001010010100101111011111010011110100011111011001011100010101101 | efa78ceb97a5e294a5efa7a3ecb8ad |
UHC | 琉뗥┥泥츭 | 11101011101001001000101111100101101001101011111011101100101100101010111101000010 | eba48be5a6beecb2af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)