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 | ??Y??Z | 001111110011111101011001001111110011111101011010 | 3f3f593f3f5a |
SJIS-WIN | ヨロYヨロZ | 110101101101101101011001110101101101101101011010 | d6db59d6db5a |
EUC-JP | ヨロYヨロZ | 10001110110101101000111011011011010110011000111011010110100011101101101101011010 | 8ed68edb598ed68edb5a |
UTF-8 | ヨロYヨロZ | 1110111110111110100101101110111110111110100110110101100111101111101111101001011011101111101111101001101101011010 | efbe96efbe9b59efbe96efbe9b5a |
UHC | ??Y??Z | 001111110011111101011001001111110011111101011010 | 3f3f593f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)