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 | ?h?p?P?? | 0011111101101000001111110111000000111111010100000011111100111111 | 3f683f703f503f3f |
SJIS-WIN | ?h?p?P?? | 0011111101101000001111110111000000111111010100000011111100111111 | 3f683f703f503f3f |
EUC-JP | ?h?p?P?? | 0011111101101000001111110111000000111111010100000011111100111111 | 3f683f703f503f3f |
UTF-8 | 혧h혧p청P챌챰 | 111011011001100010100111011010001110110110011000101001110111000011101100101100101010110101010000111011001011000110001100111011001011000110110000 | ed98a768ed98a770ecb2ad50ecb18cecb1b0 |
UHC | 혧h혧p청P챌챰 | 11000010100011110110100011000010100011110111000011000011101110110101000011000011101001111100001110110001 | c28f68c28f70c3bb50c3a7c3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)