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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隱作湊 | 111010001010101010001101111011001001011010101001 | e8aa8dec96a9 |
EUC-JP | 隱作湊 | 111100001010110010111010111011101100110010101011 | f0acbaeeccab |
UTF-8 | 隱作湊 | 111010011001101010110001111001001011110110011100111001101011100110001010 | e99ab1e4bd9ce6b98a |
UHC | 隱作湊 | 111010111101111111101101110000101111000110111110 | ebdfedc2f1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)