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 | ???憶?? | 00111111001111110011111110001001101011110011111100111111 | 3f3f3f89af3f3f |
EUC-JP | ???憶?? | 00111111001111110011111110110010101100010011111100111111 | 3f3f3fb2b13f3f |
UTF-8 | 琉쀧꽫憶귟뜌 | 111011111010011110001100111011001000000010100111111010101011110110101011111001101000011010110110111010101011011110011111111010111001110010001100 | efa78cec80a7eabdabe686b6eab79feb9c8c |
UHC | 琉쀧꽫憶귟뜌 | 111010111010010010010111111001111000010010110110111001011110001110000010111010001000110110001111 | eba497e784b6e5e382e88d8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)