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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 癲?h癲? | 11100001100111110011111101101000111000011001111100111111 | e19f3f68e19f3f |
EUC-JP | 癲?h癲? | 11100010101000010011111101101000111000101010000100111111 | e2a13f68e2a13f |
UTF-8 | 癲륧h癲륧 | 11100111100110011011001011101011101001011010011101101000111001111001100110110010111010111010010110100111 | e799b2eba5a768e799b2eba5a7 |
UHC | 癲륧h癲륧 | 111011111010011010010000010011000110100011101111101001101001000001001100 | efa6904c68efa6904c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)