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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?諺∵尹 | 00111111100011001011111110000001111001101001101110011010 | 3f8cbf81e69b9a |
EUC-JP | ?諺∵尹 | 00111111101110001100000110100010111010001101010111111010 | 3fb8c1a2e8d5fa |
UTF-8 | 뤗諺∵尹 | 111010111010010010010111111010001010101110111010111000101000100010110101111001011011000010111001 | eba497e8abbae288b5e5b0b9 |
UHC | 뤗諺∵尹 | 1000111111000111111001011110110010100001111100011110101111000101 | 8fc7e5eca1f1ebc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)