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 | ???源ζ | 00111111001111110011111110001100101110011000001111000100 | 3f3f3f8cb983c4 |
EUC-JP | ???源ζ | 00111111001111110011111110111000101110111010011011000110 | 3f3f3fb8bba6c6 |
UTF-8 | 歷잏킋源ζ | 1110111110100110100011001110110010011110100011111110110110000010100010111110011010111010100100001100111010110110 | efa68cec9e8fed828be6ba90ceb6 |
UHC | 歷잏킋源ζ | 11100110101110001001111111100111101101001001011111101010101110011010010111100110 | e6b89fe7b497eab9a5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)