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 | ±ñÍç | 10110001111100011100110111100111 | b1f1cde7 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±ñÍç | 1010000111011110100011111010101111010000100011111010101010111111100011111010101110101110 | a1de8fabd08faabf8fabae |
UTF-8 | ±ñÍç | 1100001010110001110000111011000111000011100011011100001110100111 | c2b1c3b1c38dc3a7 |
UHC | ±??? | 1010000110111110001111110011111100111111 | a1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)