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 | 烏??唯? | 10001001010001110011111100111111100101110100001000111111 | 89473f3f97423f |
EUC-JP | 烏??唯? | 10110001101010000011111100111111110011011010001100111111 | b1a83f3fcda33f |
UTF-8 | 烏띾ㅋ唯뉷 | 111001111000001110001111111010111001110110111110111000111000010110001011111001011001010010101111111010111000100110110111 | e7838feb9dbee3858be594afeb89b7 |
UHC | 烏띾ㅋ唯뉷 | 11101000101000011000110111101011101001001011101111101010111001101000100001000111 | e8a18deba4bbeae68847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)