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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艱場愛 | 111001001000010110001111111010101000100010100100 | e4858fea88a4 |
EUC-JP | 艱場愛 | 111001111110010110111110111011001011000010100110 | e7e5beecb0a6 |
UTF-8 | 艱場愛 | 111010001000100110110001111001011010000010110100111001101000010010011011 | e889b1e5a0b4e6849b |
UHC | 艱場愛 | 110010101101111011101101110111101110010011110001 | cadeeddee4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)