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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 咤哭h咤哭 | 100110100100001010011010010011000110100010011010010000101001101001001100 | 9a429a4c689a429a4c |
EUC-JP | 咤哭h咤哭 | 110100111010001111010011101011010110100011010011101000111101001110101101 | d3a3d3ad68d3a3d3ad |
UTF-8 | 咤哭h咤哭 | 11100101100100101010010011100101100100111010110101101000111001011001001010100100111001011001001110101101 | e592a4e593ad68e592a4e593ad |
UHC | 咤哭h咤哭 | 111101101110001111001101110101100110100011110110111000111100110111010110 | f6e3cdd668f6e3cdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)