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 | 褄ィ遶溽゙ | 1110010111101011101010001110011110101011100111111110011111011110 | e5eba8e7ab9fe7de |
EUC-JP | 褄ィ遶溽゙ | 11101010111011011000111010101000111011101010110111011110111010011000111011011110 | eaed8ea8eeaddee98ede |
UTF-8 | 褄ィ遶溽゙ | 111010001010010010000100111011111011110110101000111010011000000110110110111001101011101010111101111011111011111010011110 | e8a484efbda8e981b6e6babdefbe9e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)