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 | 制???贓? | 1001000010100111001111110011111100111111111001101101100100111111 | 90a73f3f3fe6d93f |
EUC-JP | 制?釪?贓? | 11000000101010010011111110001111111000111010110100111111111011001101101100111111 | c0a93f8fe3ad3fecdb3f |
UTF-8 | 制렟釪렢贓렑 | 111001011000100010110110111010111010000010011111111010011000011110101010111010111010000010100010111010001011010010010011111010111010000010010001 | e588b6eba09fe987aaeba0a2e8b493eba091 |
UHC | 制렟釪렢贓렑 | 111100001010010010001110101100001110100111101001100011101011001111101101111111001000111010100110 | f0a48eb0e9e98eb3edfc8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)