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 | 癲??源? | 11100001100111110011111100111111100011001011100100111111 | e19f3f3f8cb93f |
EUC-JP | 癲??源? | 11100010101000010011111100111111101110001011101100111111 | e2a13f3fb8bb3f |
UTF-8 | 癲쀬빉源췇 | 111001111001100110110010111011001000000010101100111010111011100110001001111001101011101010010000111011001011011110000111 | e799b2ec80acebb989e6ba90ecb787 |
UHC | 癲쀬빉源췇 | 11101111101001101001011111101100100101011010111111101010101110011010111001000010 | efa697ec95afeab9ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)