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 | 侑莎??侑 | 1001100011010000111001001011001100111111001111111001100011010000 | 98d0e4b33f3f98d0 |
EUC-JP | 侑莎??侑 | 1101000011010010111010001011010100111111001111111101000011010010 | d0d2e8b53f3fd0d2 |
UTF-8 | 侑莎렱렏侑 | 111001001011111010010001111010001000111010001110111010111010000010110001111010111010000010001111111001001011111010010001 | e4be91e88e8eeba0b1eba08fe4be91 |
UHC | 侑莎렱렏侑 | 11101010111000101101111011101101100011101011111010001110101001011110101011100010 | eae2deed8ebe8ea5eae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)