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 | 鑈屡汐射眩 | 11111011111001111000111011000110100011101010110010001110110010111110000110111111 | fbe78ec68eac8ecbe1bf |
EUC-JP | 鑈屡汐射眩 | 1000111111100101111010111011110011001000101111001010111010111100110011011110001011000001 | 8fe5ebbcc8bcaebccde2c1 |
UTF-8 | 鑈屡汐射眩 | 111010011001000110001000111001011011000110100001111001101011000110010000111001011011000010000100111001111001110010101001 | e99188e5b1a1e6b190e5b084e79ca9 |
UHC | ??汐射眩 | 0011111100111111111000001011000111011110110100101111101011011111 | 3f3fe0b1ded2fadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)