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 | ?篩?富 | 001111111110001010111111001111111001010101111000 | 3fe2bf3f9578 |
EUC-JP | ?篩?富 | 001111111110010011000001001111111100100111011001 | 3fe4c13fc9d9 |
UTF-8 | 易篩렚富 | 111011111010011110100000111001111010111110101001111010111010000010011010111001011010111110001100 | efa7a0e7afa9eba09ae5af8c |
UHC | 易篩렚富 | 1110110010101111110111101110100010001110101011011101110110100011 | ecafdee88eaddda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)