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 | ?k?S | 00111111011010110011111101010011 | 3f6b3f53 |
SJIS-WIN | 循k循S | 100011110111101001101011100011110111101001010011 | 8f7a6b8f7a53 |
EUC-JP | 循k循S | 101111011101101101101011101111011101101101010011 | bddb6bbddb53 |
UTF-8 | 循k循S | 1110010110111110101010100110101111100101101111101010101001010011 | e5beaa6be5beaa53 |
UHC | 循k循S | 111000101110000001101011111000101110000001010011 | e2e06be2e053 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)