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 | 弱??監 | 100011101110001100111111001111111000101011000100 | 8ee33f3f8ac4 |
EUC-JP | 弱??監 | 101111001110010100111111001111111011010011000110 | bce53f3fb4c6 |
UTF-8 | 弱딇쓾監 | 111001011011110010110001111010111001010010000111111011001001001110111110111001111001101110100011 | e5bcb1eb9487ec93bee79ba3 |
UHC | 弱딇쓾監 | 1110010110110000100010101110110110011101100110011100101011111000 | e5b08aed9d99caf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)