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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 邁⑬h邁 | 11100111101100001000011101001100011010001110011110110000 | e7b0874c68e7b0 |
EUC-JP | 邁?h邁 | 111011101011001000111111011010001110111010110010 | eeb23f68eeb2 |
UTF-8 | 邁⑬h邁 | 11101001100000101000000111100010100100011010110001101000111010011000001010000001 | e98281e291ac68e98281 |
UHC | 邁⑬h邁 | 11011000111001001010100011110011011010001101100011100100 | d8e4a8f368d8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)