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 | «Ò¢÷û | 100011111010101111010010101000101111011111111011 | 8fabd2a2f7fb |
SJIS-WIN | ???¢÷? | 0011111100111111001111111000000110010001100000011000000000111111 | 3f3f3f819181803f |
EUC-JP | ??Ò¢÷û | 001111110011111110001111101010101101001010100001111100011010000111100000100011111010101111100101 | 3f3f8faad2a1f1a1e08fabe5 |
UTF-8 | «Ò¢÷û | 110000101000111111000010101010111100001110010010110000101010001011000011101101111100001110111011 | c28fc2abc392c2a2c3b7c3bb |
UHC | ????÷? | 00111111001111110011111100111111101000011100000000111111 | 3f3f3f3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)