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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?禪?禪^ | 00111111111000100101011100111111111000100101011101011110 | 3fe2573fe2575e |
EUC-JP | ?禪?禪^ | 00111111111000111011100000111111111000111011100001011110 | 3fe3b83fe3b85e |
UTF-8 | 卨禪卨禪^ | 11100101100011011010100011100111101001101010101011100101100011011010100011100111101001101010101001011110 | e58da8e7a6aae58da8e7a6aa5e |
UHC | 卨禪卨禪^ | 111000001101100111100000110010011110000011011001111000001100100101011110 | e0d9e0c9e0d9e0c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)