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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 銑率跣] | 10010001010011001001011110100110111001101110111101011101 | 914c97a6e6ef5d |
EUC-JP | 銑率跣] | 11000001101011011100111010101000111011001111000101011101 | c1adcea8ecf15d |
UTF-8 | 銑率跣] | 11101001100010101001000111100111100011101000011111101000101101111010001101011101 | e98a91e78e87e8b7a35d |
UHC | 銑率跣] | 11100000110101011110000111100011111000001101001101011101 | e0d5e1e3e0d35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)