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 | ??矯? | 0011111100111111100010111011100000111111 | 3f3f8bb83f |
EUC-JP | ??矯? | 0011111100111111101101101011101000111111 | 3f3fb6ba3f |
UTF-8 | 뤶쫷矯죋 | 111010111010010010110110111011001010101110110111111001111001111110101111111011001010001110001011 | eba4b6ecabb7e79fafeca38b |
UHC | 뤶쫷矯죋 | 1000111111100100101001101000111011001110111011001010000101101000 | 8fe4a68eceeca168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)