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 | ×ñ¾ | 10001110110101111111000110111110 | 8ed7f1be |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ?×ñ? | 00111111101000011101111110001111101010111101000000111111 | 3fa1df8fabd03f |
UTF-8 | ×ñ¾ | 1100001010001110110000111001011111000011101100011100001010111110 | c28ec397c3b1c2be |
UHC | ?×?¾ | 001111111010000110111111001111111010100011111010 | 3fa1bf3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)