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 | ??J}??J{^ | 001111110011111101001010011111010011111100111111010010100111101101011110 | 3f3f4a7d3f3f4a7b5e |
SJIS-WIN | 飄?J}飄?J{^ | 1110100101000111001111110100101001111101111010010100011100111111010010100111101101011110 | e9473f4a7de9473f4a7b5e |
EUC-JP | 飄?J}飄?J{^ | 1111000110101000001111110100101001111101111100011010100000111111010010100111101101011110 | f1a83f4a7df1a83f4a7b5e |
UTF-8 | 飄렦J}飄렦J{^ | 1110100110100011100001001110101110100000101001100100101001111101111010011010001110000100111010111010000010100110010010100111101101011110 | e9a384eba0a64a7de9a384eba0a64a7b5e |
UHC | 飄렦J}飄렦J{^ | 11111000111111011000111010110101010010100111110111111000111111011000111010110101010010100111101101011110 | f8fd8eb54a7df8fd8eb54a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)