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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 嚥〓?誼?\ | 100110101000101110000001101011000011111110001011011000100011111101011100 | 9a8b81ac3f8b623f5c |
EUC-JP | 嚥〓?誼?\ | 110100111110101110100010101011100011111110110101110000110011111101011100 | d3eba2ae3fb5c33f5c |
UTF-8 | 嚥〓돃誼쬿\ | 11100101100110101010010111100011100000001001001111101011100011111000001111101000101010101011110011101100101011001011111101011100 | e59aa5e38093eb8f83e8aabcecacbf5c |
UHC | 嚥〓돃誼쬿\ | 1110011010111111101000011110101110001001100101101110101111111110101001110111011001011100 | e6bfa1eb8996ebfea7765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)