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 | ¶ÇN | 1000111010110110100011101100011101001110 | 8eb68ec74e |
SJIS-WIN | ?¶??N | 001111111000000111110111001111110011111101001110 | 3f81f73f3f4e |
EUC-JP | ?¶?ÇN | 0011111110100010111110010011111110001111101010101010111001001110 | 3fa2f93f8faaae4e |
UTF-8 | ¶ÇN | 110000101000111011000010101101101100001010001110110000111000011101001110 | c28ec2b6c28ec3874e |
UHC | ?¶??N | 001111111010001011010010001111110011111101001110 | 3fa2d23f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)