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 | 徇??? | 1001110001101101001111110011111100111111 | 9c6d3f3f3f |
EUC-JP | 徇??? | 1101011111001110001111110011111100111111 | d7ce3f3f3f |
UTF-8 | 徇깑궢濾 | 111001011011111010000111111010101011100110010001111010101011011010100010111011111010011010000100 | e5be87eab991eab6a2efa684 |
UHC | 徇깑궢濾 | 1110001011011111100000111000101110000010101101011110011010100100 | e2df838b82b5e6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)