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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??】??? | 00111111001111111000000101111010001111110011111100111111 | 3f3f817a3f3f3f |
EUC-JP | ??】??? | 00111111001111111010000111011011001111110011111100111111 | 3f3fa1db3f3f3f |
UTF-8 | 咽됱】麟뗥ㄾ | 111011111010011010011110111010111001000010110001111000111000000010010001111011111010011110110011111010111001011110100101111000111000010010111110 | efa69eeb90b1e38091efa7b3eb97a5e384be |
UHC | 咽됱】麟뗥ㄾ | 111001101110110010001001111011001010000110111101111011001110100010001011111001011010010010101110 | e6ec89eca1bdece88be5a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)