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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 廛警???? | 1001110001000100100011000111100000111111001111110011111100111111 | 9c448c783f3f3f3f |
EUC-JP | 廛警???? | 1101011110100101101101111101100100111111001111110011111100111111 | d7a5b7d93f3f3f3f |
UTF-8 | 廛警렰렟렺렩 | 111001011011101110011011111010001010110110100110111010111010000010110000111010111010000010011111111010111010000010111010111010111010000010101001 | e5bb9be8ada6eba0b0eba09feba0baeba0a9 |
UHC | 廛警렰렟렺렩 | 111011101111100011001100111011011000111010111101100011101011000010001110110000101000111010110111 | eef8cced8ebd8eb08ec28eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)