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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 縡?衣私?除 | 11100011011100010011111110001000110111111000111010000100001111111000111110011100 | e3713f88df8e843f8f9c |
EUC-JP | 縡?衣私?除 | 11100101110100100011111110110000111000011011101111100100001111111011110111111100 | e5d23fb0e1bbe43fbdfc |
UTF-8 | 縡렕衣私볕除 | 111001111011100010100001111010111010000010010101111010001010000110100011111001111010011110000001111010111011001110010101111010011001100110100100 | e7b8a1eba095e8a1a3e7a781ebb395e999a4 |
UHC | 縡렕衣私볕除 | 111011101010110110001110101010101110101111111101110111101110011110111010101101011111000010110110 | eead8eaaebfddee7bab5f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)