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 | 烏??吟 | 100010010100011100111111001111111000101111100001 | 89473f3f8be1 |
EUC-JP | 烏?ŀ吟 | 1011000110101000001111111000111110101001110010011011011011100011 | b1a83f8fa9c9b6e3 |
UTF-8 | 烏녿ŀ吟 | 1110011110000011100011111110101110000101101111111100010110000000111001011001000010011111 | e7838feb85bfc580e5909f |
UHC | 烏녿ŀ吟 | 1110100010100001100001101110101110101001101010001110101111100001 | e8a186eba9a8ebe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)