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 | 銑?跣] | 100100010100110000111111111001101110111101011101 | 914c3fe6ef5d |
EUC-JP | 銑?跣] | 110000011010110100111111111011001111000101011101 | c1ad3fecf15d |
UTF-8 | 銑說跣] | 11101001100010101001000111101000101010101010101011101000101101111010001101011101 | e98a91e8aaaae8b7a35d |
UHC | 銑說跣] | 11100000110101011110000011100011111000001101001101011101 | e0d5e0e3e0d35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)