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 | 鸚????? | 11101010010111110011111100111111001111110011111100111111 | ea5f3f3f3f3f3f |
EUC-JP | 鸚??彛?? | 111100111100000000111111001111111000111110111100111110100011111100111111 | f3c03f3f8fbcfa3f3f |
UTF-8 | 鸚뽧룤彛쒎ㄾ | 111010011011100010011010111010111011110110100111111010111010001110100100111001011011110110011011111011001001001010001110111000111000010010111110 | e9b89aebbda7eba3a4e5bd9bec928ee384be |
UHC | 鸚뽧룤彛쒎ㄾ | 111001011010010010010110111000111000111110011101111011001010110110011100111001011010010010101110 | e5a496e38f9decad9ce5a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)