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 | テつ`テつε | 11000011100000101100001010000001010011011100001110000010110000101000001111000011 | c382c2814dc382c283c3 |
EUC-JP | テつ`テつε | 100011101100001110100100110001001010000110101110100011101100001110100100110001001010011011000101 | 8ec3a4c4a1ae8ec3a4c4a6c5 |
UTF-8 | テつ`テつε | 1110111110111110100000111110001110000001101001001110111110111101100000001110111110111110100000111110001110000001101001001100111010110101 | efbe83e381a4efbd80efbe83e381a4ceb5 |
UHC | ?つ`?つε | 00111111101010101100010010100011111000000011111110101010110001001010010111100101 | 3faac4a3e03faac4a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)