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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔭盲? | 1000100011111100100101101101001100111111 | 88fc96d33f |
EUC-JP | 蔭盲琯 | 10110000111111101100110011010101100011111100110010110011 | b0feccd58fccb3 |
UTF-8 | 蔭盲琯 | 111010001001010010101101111001111001101110110010111001111001000010101111 | e894ade79bb2e790af |
UHC | 蔭盲琯 | 111010111110001111011000111011101100111010110101 | ebe3d8eeceb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)