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?Y?k | 001111110110101100111111010110010011111101101011 | 3f6b3f593f6b |
SJIS-WIN | 巍k巍Y巍k | 100110111101100101101011100110111101100101011001100110111101100101101011 | 9bd96b9bd9599bd96b |
EUC-JP | 巍k巍Y巍k | 110101101101101101101011110101101101101101011001110101101101101101101011 | d6db6bd6db59d6db6b |
UTF-8 | 巍k巍Y巍k | 111001011011011110001101011010111110010110110111100011010101100111100101101101111000110101101011 | e5b78d6be5b78d59e5b78d6b |
UHC | 巍k巍Y巍k | 111010001110010001101011111010001110010001011001111010001110010001101011 | e8e46be8e459e8e46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)