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 | 禹耕홱 | 111001111010011010111001111010001000000010010101111011011001100110110001 | e7a6b9e88095ed99b1 |
UHC | 禹耕홱 | 111010011110000011001100111010011100100010110100 | e9e0cce9c8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)