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 | 禹耕? | 1110001001011010100011010110101100111111 | e25a8d6b3f |
EUC-JP | 禹耕? | 1110001110111011101110011100110000111111 | e3bbb9cc3f |
UTF-8 | 禹耕렦 | 111001111010011010111001111010001000000010010101111010111010000010100110 | e7a6b9e88095eba0a6 |
UHC | 禹耕렦 | 111010011110000011001100111010011000111010110101 | e9e0cce98eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)