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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 耨耨] | 111000111101001111110110101101001110001111010011111100001110101101011101 | e3d3f6b4e3d3f0eb5d |
EUC-JP | 耨?耨?] | 11100110110101010011111111100110110101010011111101011101 | e6d53fe6d53f5d |
UTF-8 | 耨耨] | 11101000100000001010100011101110100100111001101111101000100000001010100011101110100000101010101001011101 | e880a8ee939be880a8ee82aa5d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)