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 | ???nc^ | 001111110011111100111111011011100110001101011110 | 3f3f3f6e635e |
SJIS-WIN | ?訥オnc^ | 0011111111100110011000111000001101001001011011100110001101011110 | 3fe66383496e635e |
EUC-JP | ?訥オnc^ | 0011111111101011110001001010010110101010011011100110001101011110 | 3febc4a5aa6e635e |
UTF-8 | 룶訥オnc^ | 111010111010001110110110111010001010100010100101111000111000001010101010011011100110001101011110 | eba3b6e8a8a5e382aa6e635e |
UHC | 룶訥オnc^ | 100011111010101111010010111011011010101110101010011011100110001101011110 | 8fabd2edabaa6e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)