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 | ?D?Y?D?Y^ | 001111110100010000111111010110010011111101000100001111110101100101011110 | 3f443f593f443f595e |
SJIS-WIN | ?D?Y?D?Y^ | 001111110100010000111111010110010011111101000100001111110101100101011110 | 3f443f593f443f595e |
EUC-JP | ?D?Y?D?Y^ | 001111110100010000111111010110010011111101000100001111110101100101011110 | 3f443f593f443f595e |
UTF-8 | 혵D혧Y혵D혧Y^ | 1110110110011000101101010100010011101101100110001010011101011001111011011001100010110101010001001110110110011000101001110101100101011110 | ed98b544ed98a759ed98b544ed98a7595e |
UHC | 혵D혧Y혵D혧Y^ | 11000010100111000100010011000010100011110101100111000010100111000100010011000010100011110101100101011110 | c29c44c28f59c29c44c28f595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)