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 | 源?艤? | 100011001011100100111111111001000111111000111111 | 8cb93fe47e3f |
EUC-JP | 源?艤? | 101110001011101100111111111001111101111100111111 | b8bb3fe7df3f |
UTF-8 | 源렋艤렫 | 111001101011101010010000111010111010000010001011111010001000100110100100111010111010000010101011 | e6ba90eba08be889a4eba0ab |
UHC | 源렋艤렫 | 1110101010111001100011101010001011101011111110101000111010111001 | eab98ea2ebfa8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)