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 | 00111111010110010011111101011010 | 3f593f5a |
SJIS-WIN | 瞳Y瞳Z | 100100111011010101011001100100111011010101011010 | 93b55993b55a |
EUC-JP | 瞳Y瞳Z | 110001101011011101011001110001101011011101011010 | c6b759c6b75a |
UTF-8 | 瞳Y瞳Z | 1110011110011110101100110101100111100111100111101011001101011010 | e79eb359e79eb35a |
UHC | 瞳Y瞳Z | 110101001101101001011001110101001101101001011010 | d4da59d4da5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)