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 | 慫?猿敎? | 1001110011001111001111111000100110001110111110101100110100111111 | 9ccf3f898efacd3f |
EUC-JP | 慫?猿?? | 11011000110100010011111110110001111011100011111100111111 | d8d13fb1ee3f3f |
UTF-8 | 慫렒猿敎렋 | 111001101000010110101011111010111010000010010010111001111000110010111111111001101001010110001110111010111010000010001011 | e685abeba092e78cbfe6958eeba08b |
UHC | 慫렒猿敎렋 | 11110000111101101000111010100111111010101011101111001110111001111000111010100010 | f0f68ea7eabbcee78ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)