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 | ?λ?肄? | 00111111100000111100100100111111111000111110010100111111 | 3f83c93fe3e53f |
EUC-JP | ?λ?肄? | 00111111101001101100101100111111111001101110011100111111 | 3fa6cb3fe6e73f |
UTF-8 | 列λ뛽肄뻎 | 1110111110100110100111001100111010111011111010111001101110111101111010001000001010000100111010111011101110001110 | efa69ccebbeb9bbde88284ebbb8e |
UHC | 列λ뛽肄뻎 | 11100110111010101010010111101011100011011000001111101100101111011001011001010111 | e6eaa5eb8d83ecbd9657 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)