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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 娃?ク耶 | 10001000101000010011111110000011010011101001011011101011 | 88a13f834e96eb |
EUC-JP | 娃?ク耶 | 10110000101000110011111110100101101011111100110011101101 | b0a33fa5afcced |
UTF-8 | 娃쒐ク耶 | 111001011010100010000011111011001001001010010000111000111000001010101111111010001000000010110110 | e5a883ec9290e382afe880b6 |
UHC | 娃쒐ク耶 | 1110100011011111100111001110011110101011101011111110010110101101 | e8df9ce7abafe5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)