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 | 禹??耿δ | 1110001001011010001111110011111111100011110101001000001111000010 | e25a3f3fe3d483c2 |
EUC-JP | 禹??耿δ | 1110001110111011001111110011111111100110110101101010011011000100 | e3bb3f3fe6d6a6c4 |
UTF-8 | 禹얹렱耿δ | 1110011110100110101110011110110010010110101110011110101110100000101100011110100010000000101111111100111010110100 | e7a6b9ec96b9eba0b1e880bfceb4 |
UHC | 禹얹렱耿δ | 11101001111000001011111011110001100011101011111011001100111010101010010111100100 | e9e0bef18ebecceaa5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)