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 | 而?齋潘? | 1000111010100111001111111110001001010110111000000100111000111111 | 8ea73fe256e04e3f |
EUC-JP | 而?齋潘? | 1011110010101001001111111110001110110111110111111010111100111111 | bca93fe3b7dfaf3f |
UTF-8 | 而렲齋潘ㄼ | 111010001000000010001100111010111010000010110010111010011011110110001011111001101011110110011000111000111000010010111100 | e8808ceba0b2e9bd8be6bd98e384bc |
UHC | 而렲齋潘ㄼ | 11101100101110111000111010111111111011101011000111011010111010111010010010101100 | ecbb8ebfeeb1daeba4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)