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 | テつ哭テつ毬 | 11000011100000101100001010011010010011001100001110000010110000101001111101111011 | c382c29a4cc382c29f7b |
EUC-JP | テつ哭テつ毬 | 100011101100001110100100110001001101001110101101100011101100001110100100110001001101110111011100 | 8ec3a4c4d3ad8ec3a4c4dddc |
UTF-8 | テつ哭テつ毬 | 111011111011111010000011111000111000000110100100111001011001001110101101111011111011111010000011111000111000000110100100111001101010111110101100 | efbe83e381a4e593adefbe83e381a4e6afac |
UHC | ?つ哭?つ毬 | 00111111101010101100010011001101110101100011111110101010110001001100111110110011 | 3faac4cdd63faac4cfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)