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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯ゅm譴オ | 111010011001100110000010111000111000001010001101111001101010001010110101 | e99982e3828de6a2b5 |
EUC-JP | 髯ゅm譴オ | 11110001111110011010010011100101101000111110110111101100101001001000111010110101 | f1f9a4e5a3edeca48eb5 |
UTF-8 | 髯ゅm譴オ | 111010011010101110101111111000111000001010000101111011111011110110001101111010001010110110110100111011111011110110110101 | e9abafe38285efbd8de8adb4efbdb5 |
UHC | ?ゅm譴? | 0011111110101010111001011010001111101101110011001011100100111111 | 3faae5a3edccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)