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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 亦??姙? | 10010110100100100011111100111111100110110100101100111111 | 96923f3f9b4b3f |
EUC-JP | 亦??姙? | 11001011111100100011111100111111110101011010110000111111 | cbf23f3fd5ac3f |
UTF-8 | 亦싧뀬姙덨 | 111001001011101010100110111011001000101110100111111010111000000010101100111001011010011110011001111010111000110110101000 | e4baa6ec8ba7eb80ace5a799eb8da8 |
UHC | 亦싧뀬姙덨 | 11100110101100101001101011100101100001011010001011101100111101011000100101000010 | e6b29ae585a2ecf58942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)