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 | 蚓?粧?族 | 1110010101101101001111111000111111001111001111111001000110110000 | e56d3f8fcf3f91b0 |
EUC-JP | 蚓?粧?族 | 1110100111001110001111111011111011010001001111111100001010110010 | e9ce3fbed13fc2b2 |
UTF-8 | 蚓렖粧렰族 | 111010001001101010010011111010111010000010010110111001111011001010100111111010111010000010110000111001101001011110001111 | e89a93eba096e7b2a7eba0b0e6978f |
UHC | 蚓렖粧렰族 | 11101100111000101000111010101011111011011111001010001110101111011111000011101001 | ece28eabedf28ebdf0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)