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 | ⅰミ鯑、 | 111110100100000011010000111010011100010010100100 | fa40d0e9c4a4 |
EUC-JP | ?ミ鯑、 | 00111111100011101101000011110010110001101000111010100100 | 3f8ed0f2c68ea4 |
UTF-8 | ⅰミ鯑、 | 111000101000010110110000111011111011111010010000111010011010111110010001111011111011110110100100 | e285b0efbe90e9af91efbda4 |
UHC | ⅰ??? | 1010010110100001001111110011111100111111 | a5a13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)