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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?耕彬 | 0011111110001101011010111001010101101010 | 3f8d6b956a |
EUC-JP | 饔耕彬 | 10001111111010001110111110111001110011001100100111001011 | 8fe8efb9ccc9cb |
UTF-8 | 饔耕彬 | 111010011010010110010100111010001000000010010101111001011011110110101100 | e9a594e88095e5bdac |
UHC | 饔耕彬 | 111010001011110111001100111010011101111010101111 | e8bdcce9deaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)