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 | ùᨠ| 100100101111100111100001101010001000001010001010 | 92f9e1a8828a |
SJIS-WIN | ???¨?? | 00111111001111110011111110000001010011100011111100111111 | 3f3f3f814e3f3f |
EUC-JP | ?ùá¨?? | 0011111110001111101010111110001110001111101010111010000110100001101011110011111100111111 | 3f8fabe38faba1a1af3f3f |
UTF-8 | ùᨠ| 110000101001001011000011101110011100001110100001110000101010100011000010100000101100001010001010 | c292c3b9c3a1c2a8c282c28a |
UHC | ???¨?? | 00111111001111110011111110100001101001110011111100111111 | 3f3f3fa1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)