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 | ?k?l}?k?l{^ | 0011111101101011001111110110110001111101001111110110101100111111011011000111101101011110 | 3f6b3f6c7d3f6b3f6c7b5e |
SJIS-WIN | ?k?l}?k?l{^ | 0011111101101011001111110110110001111101001111110110101100111111011011000111101101011110 | 3f6b3f6c7d3f6b3f6c7b5e |
EUC-JP | ?k?l}?k?l{^ | 0011111101101011001111110110110001111101001111110110101100111111011011000111101101011110 | 3f6b3f6c7d3f6b3f6c7b5e |
UTF-8 | 혱k창l}혱k창l{^ | 11101101100110001011000101101011111011001011000010111101011011000111110111101101100110001011000101101011111011001011000010111101011011000111101101011110 | ed98b16becb0bd6c7ded98b16becb0bd6c7b5e |
UHC | 혱k창l}혱k창l{^ | 110000101001100001101011110000111010001001101100011111011100001010011000011010111100001110100010011011000111101101011110 | c2986bc3a26c7dc2986bc3a26c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)