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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 財??瘢 | 100011011110000000111111001111111110000110001101 | 8de03f3fe18d |
EUC-JP | 財??瘢 | 101110101110001000111111001111111110000111101101 | bae23f3fe1ed |
UTF-8 | 財명렪瘢 | 111010001011001010100001111010111010101010000101111010111010000010101010111001111001100010100010 | e8b2a1ebaa85eba0aae798a2 |
UHC | 財명렪瘢 | 1110111010101111101110001110110110001110101110001101101011101110 | eeafb8ed8eb8daee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)