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 | 隲「竏オ蓐 | 1110100010101011101000101110001010001000101101011110010011101010 | e8aba2e288b5e4ea |
EUC-JP | 隲「竏オ蓐 | 11110000101011011000111010100010111000111110100010001110101101011110100011101100 | f0ad8ea2e3e88eb5e8ec |
UTF-8 | 隲「竏オ蓐 | 111010011001101010110010111011111011110110100010111001111010101110001111111011111011110110110101111010001001001110010000 | e99ab2efbda2e7ab8fefbdb5e89390 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)