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 | 艸ゆィ糴 | 11100100100001111000001011100100101010001110001011111001 | e48782e4a8e2f9 |
EUC-JP | 艸ゆィ糴 | 1110011111100111101001001110011010001110101010001110010011111011 | e7e7a4e68ea8e4fb |
UTF-8 | 艸ゆィ糴 | 111010001000100110111000111000111000001010000110111011111011110110101000111001111011001110110100 | e889b8e38286efbda8e7b3b4 |
UHC | 艸ゆ?? | 111101011010110010101010111001100011111100111111 | f5acaae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)