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 | 航??? | 1000110101110001001111110011111100111111 | 8d713f3f3f |
EUC-JP | 航??獒 | 10111001110100100011111100111111100011111100101110111011 | b9d23f3f8fcbbb |
UTF-8 | 航드ㅁ獒 | 111010001000100010101010111010111001001110011100111000111000010110000001111001111000110110010010 | e888aaeb939ce38581e78d92 |
UHC | 航드ㅁ獒 | 1111100111111110101101011110010110100100101100011110100010100011 | f9feb5e5a4b1e8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)