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 | ?依?組? | 00111111100010001100101100111111100100010110011100111111 | 3f88cb3f91673f |
EUC-JP | ?依?組? | 00111111101100001100110100111111110000011100100000111111 | 3fb0cd3fc1c83f |
UTF-8 | 렱依렮組섀 | 111010111010000010110001111001001011111010011101111010111010000010101110111001111011010110000100111011001000010010000000 | eba0b1e4be9deba0aee7b584ec8480 |
UHC | 렱依렮組섀 | 10001110101111101110101111101110100011101011101111110000110110101011110010101000 | 8ebeebee8ebbf0dabca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)