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 | 譚千峇莉カ | 111001101001110110010000111001111001101110110010111001001011101110110110 | e69d90e79bb2e4bbb6 |
EUC-JP | 譚千峇莉カ | 11101011111111011100000011101001110101101011010011101000101111011000111010110110 | ebfdc0e9d6b4e8bd8eb6 |
UTF-8 | 譚千峇莉カ | 111010001010110110011010111001011000110110000011111001011011001110000111111010001000111010001001111011111011110110110110 | e8ad9ae58d83e5b387e88e89efbdb6 |
UHC | 譚千?莉? | 1101001111001001111101001011011000111111110101111110100100111111 | d3c9f4b63fd7e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)