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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 秘摺迦? | 10010100111010011001000010100000100010011101111000111111 | 94e990a089de3f |
EUC-JP | 秘摺迦? | 11001000111010111100000010100010101100101110000000111111 | c8ebc0a2b2e03f |
UTF-8 | 秘摺迦옵 | 111001111010011110011000111001101001000110111010111010001011111110100110111011001001100010110101 | e7a798e691bae8bfa6ec98b5 |
UHC | 秘摺迦옵 | 1101110111111010111011111100100111001010101111001011111111001001 | ddfaefc9cabcbfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)