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 | 樽短端莵 | 1001001001001101100100100101101010010010010110111110010010110111 | 924d925a925be4b7 |
EUC-JP | 樽短端莵 | 1100001110101110110000111011101111000011101111001110100010111001 | c3aec3bbc3bce8b9 |
UTF-8 | 樽短端莵 | 111001101010100010111101111001111001111110101101111001111010101110101111111010001000111010110101 | e6a8bde79fade7abafe88eb5 |
UHC | 樽短端? | 11110001110111001101001110101101110100111010111000111111 | f1dcd3add3ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)