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?? | 00111111011010110011111100111111 | 3f6b3f3f |
SJIS-WIN | ?k?? | 00111111011010110011111100111111 | 3f6b3f3f |
EUC-JP | ?k?? | 00111111011010110011111100111111 | 3f6b3f3f |
UTF-8 | 혥k혗혚 | 11101101100110001010010101101011111011011001100010010111111011011001100010011010 | ed98a56bed9897ed989a |
UHC | 혥k혗혚 | 11000010100011010110101111000010100000101100001010000101 | c28d6bc282c285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)