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 | 貉ソ驥育明螳 | 1110011010111001101111111110100110000111100010001110011110010110101111101110010110101110 | e6b9bfe98788e796bee5ae |
EUC-JP | 貉ソ驥育明螳 | 111011001011101110001110101111111111000111100111101100001110100111001100110000001110101010110000 | ecbb8ebff1e7b0e9ccc0eab0 |
UTF-8 | 貉ソ驥育明螳 | 111010001011001010001001111011111011110110111111111010011010100110100101111010001000001010110010111001101001100010001110111010001001111010110011 | e8b289efbdbfe9a9a5e882b2e6988ee89eb3 |
UHC | ??驥育明螳 | 00111111001111111101000111001010111010111100000011011001101001011101001111011001 | 3f3fd1caebc0d9a5d3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)