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 | 終?億?? | 10001111010010010011111110001001101011010011111100111111 | 8f493f89ad3f3f |
EUC-JP | 終?億?? | 10111101101010100011111110110010101011110011111100111111 | bdaa3fb2af3f3f |
UTF-8 | 終렫億띔렠 | 111001111011010110000010111010111010000010101011111001011000010010000100111010111001110110010100111010111010000010100000 | e7b582eba0abe58484eb9d94eba0a0 |
UHC | 終렫億띔렠 | 11110000111110111000111010111001111001011110001010110110111010101000111010110001 | f0fb8eb9e5e2b6ea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)