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 | 狎??陰? | 11100000101111100011111100111111100010010100000100111111 | e0be3f3f89413f |
EUC-JP | 狎??陰? | 11100000110000000011111100111111101100011010001000111111 | e0c03f3fb1a23f |
UTF-8 | 狎놁렲陰쟦 | 111001111000101110001110111010111000011010000001111010111010000010110010111010011001100110110000111011001001111110100110 | e78b8eeb8681eba0b2e999b0ec9fa6 |
UHC | 狎놁렲陰쟦 | 11100100111001001000011011101100100011101011111111101011111001001010000001101000 | e4e486ec8ebfebe4a068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)