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 | ?底?忖ぞ | 0011111110010010111010100011111110011100011101011000001010111100 | 3f92ea3f9c7582bc |
EUC-JP | ?底?忖ぞ | 0011111111000100111011000011111111010111110101101010010010111110 | 3fc4ec3fd7d6a4be |
UTF-8 | 뤗底쥘忖ぞ | 111010111010010010010111111001011011101010010101111011001010010110011000111001011011111110010110111000111000000110011110 | eba497e5ba95eca598e5bf96e3819e |
UHC | 뤗底쥘忖ぞ | 10001111110001111110111010111100110000011110011011110101101111001010101010111110 | 8fc7eebcc1e6f5bcaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)