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 | 譽募〓鬆シ | 111001101010001110010101111001011000000110101100111010011010000010111100 | e6a395e581ace9a0bc |
EUC-JP | 譽募〓鬆シ | 11101100101001011100101011100111101000101010111011110010101000101000111010111100 | eca5cae7a2aef2a28ebc |
UTF-8 | 譽募〓鬆シ | 111010001010110110111101111001011000101110011111111000111000000010010011111010011010110010000110111011111011110110111100 | e8adbde58b9fe38093e9ac86efbdbc |
UHC | 譽募〓?? | 1110011111100010110110011011010010100001111010110011111100111111 | e7e2d9b4a1eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)