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 | ?欖?鄂? | 00111111100111110101001100111111111001111011110100111111 | 3f9f533fe7bd3f |
EUC-JP | ?欖?鄂? | 00111111110111011011010000111111111011101011111100111111 | 3fddb43feebf3f |
UTF-8 | 뤵欖퍘鄂석 | 111010111010010010110101111001101010110010010110111011011000110110011000111010011000010010000010111011001000010010011101 | eba4b5e6ac96ed8d98e98482ec849d |
UHC | 뤵欖퍘鄂석 | 10001111111000111101010110111100101110111000111111100100110001111011110010101110 | 8fe3d5bcbb8fe4c7bcae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)