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 | ???蒻? | 001111110011111100111111111001001110100000111111 | 3f3f3fe4e83f |
EUC-JP | ???蒻? | 001111110011111100111111111010001110101000111111 | 3f3f3fe8ea3f |
UTF-8 | 琉뱀툞蒻퇑 | 111011111010011110001100111010111011000110000000111011011000100010011110111010001001001010111011111011011000011110010001 | efa78cebb180ed889ee892bbed8791 |
UHC | 琉뱀툞蒻퇑 | 11101011101001001011100111101100101110001001010111100101101101101011100001000010 | eba4b9ecb895e5b6b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)