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 | ??娃?? | 001111110011111110001000101000010011111100111111 | 3f3f88a13f3f |
EUC-JP | 縯?娃?? | 1000111111010100110010110011111110110000101000110011111100111111 | 8fd4cb3fb0a33f3f |
UTF-8 | 縯쵥娃쒎컟 | 111001111011100010101111111011001011010110100101111001011010100010000011111011001001001010001110111011001011101110011111 | e7b8afecb5a5e5a883ec928eecbb9f |
UHC | 縯쵥娃쒎컟 | 11100110111000001010110101000100111010001101111110011100111001011011000010001010 | e6e0ad44e8df9ce5b08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)