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 | ?v?l}?v?l{^ | 0011111101110110001111110110110001111101001111110111011000111111011011000111101101011110 | 3f763f6c7d3f763f6c7b5e |
SJIS-WIN | ?v?l}?v?l{^ | 0011111101110110001111110110110001111101001111110111011000111111011011000111101101011110 | 3f763f6c7d3f763f6c7b5e |
EUC-JP | ?v?l}?v?l{^ | 0011111101110110001111110110110001111101001111110111011000111111011011000111101101011110 | 3f763f6c7d3f763f6c7b5e |
UTF-8 | 혩v혩l}혩v혩l{^ | 11101101100110001010100101110110111011011001100010101001011011000111110111101101100110001010100101110110111011011001100010101001011011000111101101011110 | ed98a976ed98a96c7ded98a976ed98a96c7b5e |
UHC | 혩v혩l}혩v혩l{^ | 110000101001000101110110110000101001000101101100011111011100001010010001011101101100001010010001011011000111101101011110 | c29176c2916c7dc29176c2916c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)