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?h}?j?h{^ | 0011111101101010001111110110100001111101001111110110101000111111011010000111101101011110 | 3f6a3f687d3f6a3f687b5e |
SJIS-WIN | ?j?h}?j?h{^ | 0011111101101010001111110110100001111101001111110110101000111111011010000111101101011110 | 3f6a3f687d3f6a3f687b5e |
EUC-JP | ?j?h}?j?h{^ | 0011111101101010001111110110100001111101001111110110101000111111011010000111101101011110 | 3f6a3f687d3f6a3f687b5e |
UTF-8 | 혡j혶h}혡j혶h{^ | 11101101100110001010000101101010111011011001100010110110011010000111110111101101100110001010000101101010111011011001100010110110011010000111101101011110 | ed98a16aed98b6687ded98a16aed98b6687b5e |
UHC | 혡j혶h}혡j혶h{^ | 110000101000101001101010110000101001110101101000011111011100001010001010011010101100001010011101011010000111101101011110 | c28a6ac29d687dc28a6ac29d687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)