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 | 倚耕?? | 100110001101111110001101011010110011111100111111 | 98df8d6b3f3f |
EUC-JP | 倚耕?? | 110100001110000110111001110011000011111100111111 | d0e1b9cc3f3f |
UTF-8 | 倚耕렒렊 | 111001011000000010011010111010001000000010010101111010111010000010010010111010111010000010001010 | e5809ae88095eba092eba08a |
UHC | 倚耕렒렊 | 1110101111101111110011001110100110001110101001111000111010100001 | ebefcce98ea78ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)