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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????順 | 001111110011111100111111001111111000111110000111 | 3f3f3f3f8f87 |
EUC-JP | ???珹順 | 0011111100111111001111111000111111001011111110111011110111100111 | 3f3f3f8fcbfbbde7 |
UTF-8 | 멠맜맟珹順 | 111010111010100110100000111010111010011110011100111010111010011110011111111001111000111110111001111010011010000010000110 | eba9a0eba79ceba79fe78fb9e9a086 |
UHC | 멠맜맟珹順 | 10010001010100001001000010101011100100001010110011100000111110111110001011110111 | 915090ab90ace0fbe2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)