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 | 逶夜區髻 | 1110011110011011100101101110100110011001101111011110100110011111 | e79b96e999bde99f |
EUC-JP | 逶夜區髻 | 1110110111111011110011001110101111010010101111111111001010100001 | edfbccebd2bff2a1 |
UTF-8 | 逶夜區髻 | 111010011000000010110110111001011010010010011100111001011000110110000000111010011010101110111011 | e980b6e5a49ce58d80e9abbb |
UHC | ?夜區? | 001111111110010110101000110011111010000100111111 | 3fe5a8cfa13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)