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?Z | 00111111011010110011111101011010 | 3f6b3f5a |
SJIS-WIN | 楔k楔Z | 100111101011011001101011100111101011011001011010 | 9eb66b9eb65a |
EUC-JP | 楔k楔Z | 110111001011100001101011110111001011100001011010 | dcb86bdcb85a |
UTF-8 | 楔k楔Z | 1110011010100101100101000110101111100110101001011001010001011010 | e6a5946be6a5945a |
UHC | 楔k楔Z | 111000001101101101101011111000001101101101011010 | e0db6be0db5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)