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 | ?P???P??^ | 001111110101000000111111001111110011111101010000001111110011111101011110 | 3f503f3f3f503f3f5e |
SJIS-WIN | ?P???P??^ | 001111110101000000111111001111110011111101010000001111110011111101011110 | 3f503f3f3f503f3f5e |
EUC-JP | ?P???P??^ | 001111110101000000111111001111110011111101010000001111110011111101011110 | 3f503f3f3f503f3f5e |
UTF-8 | 혩P혟혴혩P혟혴^ | 111011011001100010101001010100001110110110011000100111111110110110011000101101001110110110011000101010010101000011101101100110001001111111101101100110001011010001011110 | ed98a950ed989fed98b4ed98a950ed989fed98b45e |
UHC | 혩P혟혴혩P혟혴^ | 110000101001000101010000110000101000100111000010100110111100001010010001010100001100001010001001110000101001101101011110 | c29150c289c29bc29150c289c29b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)