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 | 長?漿名 | 10010010101101110011111110011111111101111001011010111100 | 92b73f9ff796bc |
EUC-JP | 長?漿名 | 11000100101110010011111111011110111110011100110010111110 | c4b93fdef9ccbe |
UTF-8 | 長렯漿名 | 111010011001010110110111111010111010000010101111111001101011110010111111111001011001000010001101 | e995b7eba0afe6bcbfe5908d |
UHC | 長렯漿名 | 1110110111111110100011101011110011101101111011001101100110100011 | edfe8ebcedecd9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)