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 | 遶企ッ幄イ | 1110011110101011100010101110100110101111100110111110100010110010 | e7ab8ae9af9be8b2 |
EUC-JP | 遶企ッ幄イ | 11101110101011011011010011101011100011101010111111010110111010101000111010110010 | eeadb4eb8eafd6ea8eb2 |
UTF-8 | 遶企ッ幄イ | 111010011000000110110110111001001011110010000001111011111011110110101111111001011011100110000100111011111011110110110010 | e981b6e4bc81efbdafe5b984efbdb2 |
UHC | ?企?幄? | 00111111110100001110101000111111111001001100000100111111 | 3fd0ea3fe4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)