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 | ?x?V}?x?V{^ | 0011111101111000001111110101011001111101001111110111100000111111010101100111101101011110 | 3f783f567d3f783f567b5e |
SJIS-WIN | ?x?V}?x?V{^ | 0011111101111000001111110101011001111101001111110111100000111111010101100111101101011110 | 3f783f567d3f783f567b5e |
EUC-JP | ?x?V}?x?V{^ | 0011111101111000001111110101011001111101001111110111100000111111010101100111101101011110 | 3f783f567d3f783f567b5e |
UTF-8 | 혡x찾V}혡x찾V{^ | 11101101100110001010000101111000111011001011000010111110010101100111110111101101100110001010000101111000111011001011000010111110010101100111101101011110 | ed98a178ecb0be567ded98a178ecb0be567b5e |
UHC | 혡x찾V}혡x찾V{^ | 110000101000101001111000110000111010001101010110011111011100001010001010011110001100001110100011010101100111101101011110 | c28a78c3a3567dc28a78c3a3567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)