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 | 孩??? | 1001101101110111001111110011111100111111 | 9b773f3f3f |
EUC-JP | 孩??? | 1101010111011000001111110011111100111111 | d5d83f3f3f |
UTF-8 | 孩렧뤋냉 | 111001011010110110101001111010111010000010100111111010111010010010001011111010111000001110001001 | e5ada9eba0a7eba48beb8389 |
UHC | 孩렧뤋냉 | 1111101010101001100011101011011010001111101110111011001111000011 | faa98eb68fbbb3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)