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 | 要ら?業? | 1001011101110110100000101110011100111111100010111100011000111111 | 977682e73f8bc63f |
EUC-JP | 要ら?業? | 1100110111010111101001001110100100111111101101101100100000111111 | cdd7a4e93fb6c83f |
UTF-8 | 要ら뜈業롩 | 111010001010011010000001111000111000001010001001111010111001110010001000111001101010010110101101111010111010000110101001 | e8a681e38289eb9c88e6a5adeba1a9 |
UHC | 要ら뜈業롩 | 11101001101010011010101011101001100011011000101111100101111101101000111011101001 | e9a9aae98d8be5f68ee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)