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 | 癲γ?毓? | 1110000110011111100000111100000100111111100111110111100100111111 | e19f83c13f9f793f |
EUC-JP | 癲γ?毓? | 1110001010100001101001101100001100111111110111011101101000111111 | e2a1a6c33fddda3f |
UTF-8 | 癲γ렖毓튎 | 1110011110011001101100101100111010110011111010111010000010010110111001101010111110010011111011011000101010001110 | e799b2ceb3eba096e6af93ed8a8e |
UHC | 癲γ렖毓튎 | 11101111101001101010010111100011100011101010101111101011101111101011101001000010 | efa6a5e38eabebbeba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)