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 | 航?ズ航 | 10001101011100010011111110000011010110011000110101110001 | 8d713f83598d71 |
EUC-JP | 航?ズ航 | 10111001110100100011111110100101101110101011100111010010 | b9d23fa5bab9d2 |
UTF-8 | 航든ズ航 | 111010001000100010101010111010111001001110100000111000111000001010111010111010001000100010101010 | e888aaeb93a0e382bae888aa |
UHC | 航든ズ航 | 1111100111111110101101011110011110101011101110101111100111111110 | f9feb5e7abbaf9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)