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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襞渚ォ襞 | 11100101111111001000111110001101101010111110010111111100 | e5fc8f8dabe5fc |
EUC-JP | 襞渚ォ襞 | 1110101011111110101111011110110110001110101010111110101011111110 | eafebded8eabeafe |
UTF-8 | 襞渚ォ襞 | 111010001010010110011110111001101011100010011010111011111011110110101011111010001010010110011110 | e8a59ee6b89aefbdabe8a59e |
UHC | ?渚?? | 0011111111101110110000100011111100111111 | 3feec23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)