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 | öVöV^ | 100110101111011010000011010101101001101011110110100000110101011001011110 | 9af683569af683565e |
SJIS-WIN | ???V???V^ | 001111110011111100111111010101100011111100111111001111110101011001011110 | 3f3f3f563f3f3f565e |
EUC-JP | ?ö?V?ö?V^ | 00111111100011111010101111010011001111110101011000111111100011111010101111010011001111110101011001011110 | 3f8fabd33f563f8fabd33f565e |
UTF-8 | öVöV^ | 110000101001101011000011101101101100001010000011010101101100001010011010110000111011011011000010100000110101011001011110 | c29ac3b6c28356c29ac3b6c283565e |
UHC | ???V???V^ | 001111110011111100111111010101100011111100111111001111110101011001011110 | 3f3f3f563f3f3f565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)