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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邁」髱ォ | 111001111011000010100011111010011001110110101011 | e7b0a3e99dab |
EUC-JP | 邁」髱ォ | 1110111010110010100011101010001111110001111111011000111010101011 | eeb28ea3f1fd8eab |
UTF-8 | 邁」髱ォ | 111010011000001010000001111011111011110110100011111010011010101110110001111011111011110110101011 | e98281efbda3e9abb1efbdab |
UHC | 邁??? | 1101100011100100001111110011111100111111 | d8e43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)