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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 邁⑬h邁⑬ | 111001111011000010000111010011000110100011100111101100001000011101001100 | e7b0874c68e7b0874c |
EUC-JP | 邁?h邁? | 11101110101100100011111101101000111011101011001000111111 | eeb23f68eeb23f |
UTF-8 | 邁⑬h邁⑬ | 11101001100000101000000111100010100100011010110001101000111010011000001010000001111000101001000110101100 | e98281e291ac68e98281e291ac |
UHC | 邁⑬h邁⑬ | 110110001110010010101000111100110110100011011000111001001010100011110011 | d8e4a8f368d8e4a8f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)