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 | 邏オ繧雁シ | 1110011110110100101101011110001110000010100010101110010110111100 | e7b4b5e3828ae5bc |
EUC-JP | 邏オ繧雁シ | 11101110101101101000111010110101111001011110001010110100111001111000111010111100 | eeb68eb5e5e2b4e78ebc |
UTF-8 | 邏オ繧雁シ | 111010011000001010001111111011111011110110110101111001111011100110100111111010011001101110000001111011111011110110111100 | e9828fefbdb5e7b9a7e99b81efbdbc |
UHC | 邏??雁? | 11010101101001000011111100111111111001001101001000111111 | d5a43f3fe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)