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 | 遭??? | 1001000110011000001111110011111100111111 | 91983f3f3f |
EUC-JP | 遭??? | 1100000111111000001111110011111100111111 | c1f83f3f3f |
UTF-8 | 遭쾅렎ㅷ | 111010011000000110101101111011001011111010000101111010111010000010001110111000111000010110110111 | e981adecbe85eba08ee385b7 |
UHC | 遭쾅렎ㅷ | 1111000011100100110001001110011110001110101001001010010011100111 | f0e4c4e78ea4a4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)