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 | 慫??? | 1001110011001111001111110011111100111111 | 9ccf3f3f3f |
EUC-JP | 慫?釪? | 11011000110100010011111110001111111000111010110100111111 | d8d13f8fe3ad3f |
UTF-8 | 慫렱釪당 | 111001101000010110101011111010111010000010110001111010011000011110101010111010111000101110111001 | e685abeba0b1e987aaeb8bb9 |
UHC | 慫렱釪당 | 1111000011110110100011101011111011101001111010011011010011100111 | f0f68ebee9e9b4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)