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 | 逹帷僑莠 | 1110011110011101100110111110011110001011101000011110010010111010 | e79d9be78ba1e4ba |
EUC-JP | 逹帷僑莠 | 1110110111111101110101101110100110110110101000111110100010111100 | edfdd6e9b6a3e8bc |
UTF-8 | 逹帷僑莠 | 111010011000000010111001111001011011100010110111111001011000001110010001111010001000111010100000 | e980b9e5b8b7e58391e88ea0 |
UHC | ??僑? | 0011111100111111110011101110000000111111 | 3f3fcee03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)