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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弱??張?? | 1000111011100011001111110011111110010010101000110011111100111111 | 8ee33f3f92a33f3f |
EUC-JP | 弱??張?? | 1011110011100101001111110011111111000100101001010011111100111111 | bce53f3fc4a53f3f |
UTF-8 | 弱녻씕張놅숱 | 111001011011110010110001111010111000010110111011111011001001010010010101111001011011110010110101111010111000011010000101111011001000100010110001 | e5bcb1eb85bbec9495e5bcb5eb8685ec88b1 |
UHC | 弱녻씕張놅숱 | 111001011011000010000110111010001001110110101010111011011110010110000110111011111011110110100010 | e5b086e89daaede586efbda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)