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 | ??濡? | 0011111100111111100101000100011100111111 | 3f3f94473f |
EUC-JP | ??濡? | 0011111100111111110001111010100000111111 | 3f3fc7a83f |
UTF-8 | 룶끝濡쵢 | 111010111010001110110110111010111000000110011101111001101011111110100001111011001011010110100010 | eba3b6eb819de6bfa1ecb5a2 |
UHC | 룶끝濡쵢 | 1000111110101011101100111010000111101011101000011010110101000010 | 8fabb3a1eba1ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)