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 | 弱?┴夜 | 10001110111000110011111110000100101010001001011011101001 | 8ee33f84a896e9 |
EUC-JP | 弱?┴夜 | 10111100111001010011111110101000101010101100110011101011 | bce53fa8aacceb |
UTF-8 | 弱녺┴夜 | 111001011011110010110001111010111000010110111010111000101001010010110100111001011010010010011100 | e5bcb1eb85bae294b4e5a49c |
UHC | 弱녺┴夜 | 1110010110110000100001101110011110100110101010101110010110101000 | e5b086e7a6aae5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)