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 | 禹耿? | 1110001001011010111000111101010000111111 | e25ae3d43f |
EUC-JP | 禹耿? | 1110001110111011111001101101011000111111 | e3bbe6d63f |
UTF-8 | 禹耿읏 | 111001111010011010111001111010001000000010111111111011001001110110001111 | e7a6b9e880bfec9d8f |
UHC | 禹耿읏 | 111010011110000011001100111010101100000010111111 | e9e0cceac0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)