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 | 額???? | 100010100111101000111111001111110011111100111111 | 8a7a3f3f3f3f |
EUC-JP | 額???? | 101100111101101100111111001111110011111100111111 | b3db3f3f3f3f |
UTF-8 | 額딅쵎劉튶 | 111010011010000110001101111010111001010010000101111011001011010110001110111011111010011110000111111011011000101010110110 | e9a18deb9485ecb58eefa787ed8ab6 |
UHC | 額딅쵎劉튶 | 11100100111111101000101011101011101011001001000011101010111001011011101001101000 | e4fe8aebac90eae5ba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)