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 | 弱??葬 | 100011101110001100111111001111111001000110010010 | 8ee33f3f9192 |
EUC-JP | 弱??葬 | 101111001110010100111111001111111100000111110010 | bce53f3fc1f2 |
UTF-8 | 弱녻씕葬 | 111001011011110010110001111010111000010110111011111011001001010010010101111010001001000110101100 | e5bcb1eb85bbec9495e891ac |
UHC | 弱녻씕葬 | 1110010110110000100001101110100010011101101010101110110111110111 | e5b086e89daaedf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)