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 | ìô§º | 11101100111101001010011110111010 | ecf4a7ba |
SJIS-WIN | ??§? | 0011111100111111100000011001100000111111 | 3f3f81983f |
EUC-JP | ìô§º | 1000111110101011110000001000111110101011110101001010000111111000100011111010001011101011 | 8fabc08fabd4a1f88fa2eb |
UTF-8 | ìô§º | 1100001110101100110000111011010011000010101001111100001010111010 | c3acc3b4c2a7c2ba |
UHC | ??§º | 001111110011111110100001110101111010100010101100 | 3f3fa1d7a8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)