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 | 襞碕欝襞碕韻 | 111001011111110010001101111010101000100101010100111001011111110010001101111010101000100101000011 | e5fc8dea8954e5fc8dea8943 |
EUC-JP | 襞碕欝襞碕韻 | 111010101111111010111010111011001011000110110101111010101111111010111010111011001011000110100100 | eafebaecb1b5eafebaecb1a4 |
UTF-8 | 襞碕欝襞碕韻 | 111010001010010110011110111001111010001010010101111001101010110010011101111010001010010110011110111001111010001010010101111010011001111110111011 | e8a59ee7a295e6ac9de8a59ee7a295e99fbb |
UHC | ?????韻 | 00111111001111110011111100111111001111111110101010100100 | 3f3f3f3f3feaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)