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 | 辿促脱揃辿叩 | 100100100100100010010001101000111001001001000101100100011011010110010010010010001001001001000000 | 924891a3924591b592489240 |
EUC-JP | 辿促脱揃辿叩 | 110000111010100111000010101001011100001110100110110000101011011111000011101010011100001110100001 | c3a9c2a5c3a6c2b7c3a9c3a1 |
UTF-8 | 辿促脱揃辿叩 | 111010001011111010111111111001001011111110000011111010001000010010110001111001101000111110000011111010001011111010111111111001011000111110101001 | e8bebfe4bf83e884b1e68f83e8bebfe58fa9 |
UHC | ?促???叩 | 0011111111110101101101010011111100111111001111111100110110110000 | 3ff5b53f3f3fcdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)