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 | テつ疫テつε | 11000011100000101100001010001001011101011100001110000010110000101000001111000011 | c382c28975c382c283c3 |
EUC-JP | テつ疫テつε | 100011101100001110100100110001001011000111010110100011101100001110100100110001001010011011000101 | 8ec3a4c4b1d68ec3a4c4a6c5 |
UTF-8 | テつ疫テつε | 1110111110111110100000111110001110000001101001001110011110010110101010111110111110111110100000111110001110000001101001001100111010110101 | efbe83e381a4e796abefbe83e381a4ceb5 |
UHC | ?つ疫?つε | 00111111101010101100010011100110101110010011111110101010110001001010010111100101 | 3faac4e6b93faac4a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)