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 | Þö÷° | 11011110111101101111011110110000 | def6f7b0 |
SJIS-WIN | ??÷° | 001111110011111110000001100000001000000110001011 | 3f3f8180818b |
EUC-JP | Þö÷° | 10001111101010011011000010001111101010111101001110100001111000001010000111101011 | 8fa9b08fabd3a1e0a1eb |
UTF-8 | Þö÷° | 1100001110011110110000111011011011000011101101111100001010110000 | c39ec3b6c3b7c2b0 |
UHC | Þ?÷° | 10101000101011010011111110100001110000001010000111000110 | a8ad3fa1c0a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)