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 | 鯀鯀鎤 | 1110100110111111111101101110001111101001101111111111101111100001 | e9bff6e3e9bffbe1 |
EUC-JP | 鯀?鯀鎤 | 1111001011000001001111111111001011000001100011111110010110110011 | f2c13ff2c18fe5b3 |
UTF-8 | 鯀鯀鎤 | 111010011010111110000000111011101001010010001010111010011010111110000000111010011000111010100100 | e9af80ee948ae9af80e98ea4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)