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 | ñ¨] | 1100001110110001110000101010100001011101 | c3b1c2a85d |
SJIS-WIN | ?±?¨] | 00111111100000010111110100111111100000010100111001011101 | 3f817d3f814e5d |
EUC-JP | ñ¨] | 1000111110101010101010101010000111011110100011111010101010100100101000011010111101011101 | 8faaaaa1de8faaa4a1af5d |
UTF-8 | ñ¨] | 110000111000001111000010101100011100001110000010110000101010100001011101 | c383c2b1c382c2a85d |
UHC | ?±?¨] | 00111111101000011011111000111111101000011010011101011101 | 3fa1be3fa1a75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)