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 | 沚喇奄沚 | 1001111110001101100110100110100010001001100000101001111110001101 | 9f8d9a6889829f8d |
EUC-JP | 沚喇奄沚 | 1101110111101101110100111100100110110001111000101101110111101101 | ddedd3c9b1e2dded |
UTF-8 | 沚喇奄沚 | 111001101011001010011010111001011001011010000111111001011010010110000100111001101011001010011010 | e6b29ae59687e5a584e6b29a |
UHC | 沚喇奄沚 | 1111001010101111110101001111101011100101111100101111001010101111 | f2afd4fae5f2f2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)