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 | 終?址?? | 10001111010010010011111110011010101011000011111100111111 | 8f493f9aac3f3f |
EUC-JP | 終?址?? | 10111101101010100011111111010100101011100011111100111111 | bdaa3fd4ae3f3f |
UTF-8 | 終렫址흑렭 | 111001111011010110000010111010111010000010101011111001011001110110000000111011011001110110010001111010111010000010101101 | e7b582eba0abe59d80ed9d91eba0ad |
UHC | 終렫址흑렭 | 11110000111110111000111010111001111100101010001111001000111001101000111010111010 | f0fb8eb9f2a3c8e68eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)