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 | 弱??野? | 10001110111000110011111100111111100101101110110000111111 | 8ee33f3f96ec3f |
EUC-JP | 弱??野? | 10111100111001010011111100111111110011001110111000111111 | bce53f3fccee3f |
UTF-8 | 弱뉗눥野좦 | 111001011011110010110001111010111000100110010111111010111000100010100101111010011000011110001110111011001010001010100110 | e5bcb1eb8997eb88a5e9878eeca2a6 |
UHC | 弱뉗눥野좦 | 11100101101100001000011111101100100001111011110011100101101011111010000101000010 | e5b087ec87bce5afa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)