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 | «±«Ð | 100011111010101110110001100011111010101111010000 | 8fabb18fabd0 |
SJIS-WIN | ??±??? | 00111111001111111000000101111101001111110011111100111111 | 3f3f817d3f3f3f |
EUC-JP | ??±??? | 00111111001111111010000111011110001111110011111100111111 | 3f3fa1de3f3f3f |
UTF-8 | «±«Ð | 110000101000111111000010101010111100001010110001110000101000111111000010101010111100001110010000 | c28fc2abc2b1c28fc2abc390 |
UHC | ??±??Ð | 0011111100111111101000011011111000111111001111111010100010100010 | 3f3fa1be3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)