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 | ???兀? | 001111110011111100111111100110010101100100111111 | 3f3f3f99593f |
EUC-JP | ???兀? | 001111110011111100111111110100011011101000111111 | 3f3f3fd1ba3f |
UTF-8 | 練쇔ㅁ兀뤺 | 111011111010011010010110111011001000011110010100111000111000010110000001111001011000010110000000111010111010010010111010 | efa696ec8794e38581e58580eba4ba |
UHC | 練쇔ㅁ兀뤺 | 11100110110111111011110011100101101001001011000111101000101101001000111111101000 | e6dfbce5a4b1e8b48fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)