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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 怐獺怐獺^ | 100111001000000111100000110110101001110010000001111000001101101001011110 | 9c81e0da9c81e0da5e |
EUC-JP | 怐獺怐獺^ | 110101111110000111100000110111001101011111100001111000001101110001011110 | d7e1e0dcd7e1e0dc5e |
UTF-8 | 怐獺怐獺^ | 11100110100000001001000011100111100011011011101011100110100000001001000011100111100011011011101001011110 | e68090e78dbae68090e78dba5e |
UHC | ?獺?獺^ | 00111111110100111011011100111111110100111011011101011110 | 3fd3b73fd3b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)