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 | 余??椅?? | 1001011101011101001111110011111110001000110101100011111100111111 | 975d3f3f88d63f3f |
EUC-JP | 余??椅?? | 1100110110111110001111110011111110110000110110000011111100111111 | cdbe3f3fb0d83f3f |
UTF-8 | 余쒖꼵椅쇤뇡 | 111001001011110110011001111011001001001010010110111010101011110010110101111001101010010010000101111011001000011110100100111010111000011110100001 | e4bd99ec9296eabcb5e6a485ec87a4eb87a1 |
UHC | 余쒖꼵椅쇤뇡 | 111001011111100110011100111011001000010010001101111010111111010110111100111010011000011110001001 | e5f99cec848debf5bce98789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)