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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髴ス髮廝 | 11101001100111001011110111101001100110111001110001000010 | e99cbde99b9c42 |
EUC-JP | 髴ス髮廝 | 1111000111111100100011101011110111110001111110111101011110100011 | f1fc8ebdf1fbd7a3 |
UTF-8 | 髴ス髮廝 | 111010011010101110110100111011111011110110111101111010011010101110101110111001011011101110011101 | e9abb4efbdbde9abaee5bb9d |
UHC | ??髮? | 0011111100111111110110111010010100111111 | 3f3fdba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)