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 | 遇??? | 1000101111110110001111110011111100111111 | 8bf63f3f3f |
EUC-JP | 遇??? | 1011011011111000001111110011111100111111 | b6f83f3f3f |
UTF-8 | 遇띈렪렖 | 111010011000000110000111111010111001110110001000111010111010000010101010111010111010000010010110 | e98187eb9d88eba0aaeba096 |
UHC | 遇띈렪렖 | 1110100111100111101101101110100010001110101110001000111010101011 | e9e7b6e88eb88eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)