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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??%??%B | 001111110011111110000001100100110011111100111111100000011001001101000010 | 3f3f81933f3f819342 |
EUC-JP | ??%??%B | 001111110011111110100001111100110011111100111111101000011111001101000010 | 3f3fa1f33f3fa1f342 |
UTF-8 | 琉딆%琉딆%B | 11101111101001111000110011101011100101001000011011101111101111001000010111101111101001111000110011101011100101001000011011101111101111001000010101000010 | efa78ceb9486efbc85efa78ceb9486efbc8542 |
UHC | 琉딆%琉딆%B | 11101011101001001000101011101100101000111010010111101011101001001000101011101100101000111010010101000010 | eba48aeca3a5eba48aeca3a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)