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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 將?粧?中 | 1001101110010010001111111000111111001111001111111001001010000110 | 9b923f8fcf3f9286 |
EUC-JP | 將?粧?中 | 1101010111110010001111111011111011010001001111111100001111100110 | d5f23fbed13fc3e6 |
UTF-8 | 將렖粧렰中 | 111001011011000010000111111010111010000010010110111001111011001010100111111010111010000010110000111001001011100010101101 | e5b087eba096e7b2a7eba0b0e4b8ad |
UHC | 將렖粧렰中 | 11101101111000101000111010101011111011011111001010001110101111011111000111101001 | ede28eabedf28ebdf1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)