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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?母?B | 0011111110010101111010100011111101000010 | 3f95ea3f42 |
EUC-JP | ?母?B | 0011111111001010111011000011111101000010 | 3fcaec3f42 |
UTF-8 | 뤲母퓏B | 11101011101001001011001011100110101011111000110111101101100100111000111101000010 | eba4b2e6af8ded938f42 |
UHC | 뤲母퓏B | 10001111111000001101100110111101101111110111011001000010 | 8fe0d9bdbf7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)