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 | 窩拔錨? | 11100010011111001001110101010101100101010110010000111111 | e27c9d5595643f |
EUC-JP | 窩拔錨? | 11100011110111011101100110110110110010011100010100111111 | e3ddd9b6c9c53f |
UTF-8 | 窩拔錨뤉 | 111001111010101010101001111001101000101110010100111010011000110010101000111010111010010010001001 | e7aaa9e68b94e98ca8eba489 |
UHC | 窩拔錨뤉 | 1110100011000000110110101111101111011001111000011000111110111001 | e8c0dafbd9e18fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)