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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 裕?┸^ | 100101110101010000111111100001001011110101011110 | 97543f84bd5e |
EUC-JP | 裕?┸^ | 110011011011010100111111101010001011111101011110 | cdb53fa8bf5e |
UTF-8 | 裕낉┸^ | 11101000101000111001010111101011100000101000100111100010100101001011100001011110 | e8a395eb8289e294b85e |
UHC | 裕낉┸^ | 11101011101011101000010111101111101001101011111101011110 | ebae85efa6bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)