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 | ??????y\ | 0011111100111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f3f795c |
SJIS-WIN | ??????y\ | 0011111100111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f3f795c |
EUC-JP | ??????y\ | 0011111100111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f3f795c |
UTF-8 | 챦쩐혫챦쩍짙y\ | 1110110010110001101001101110110010101001100100001110110110011000101010111110110010110001101001101110110010101001100011011110110010100111100110010111100101011100 | ecb1a6eca990ed98abecb1a6eca98deca799795c |
UHC | 챦쩐혫챦쩍짙y\ | 1100001110101111110000101011111011000010100100111100001110101111110000101011110111000010101000110111100101011100 | c3afc2bec293c3afc2bdc2a3795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)