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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 篠マウ篠ヘヨk | 100011101100001011001111101100111000111011000010110011011101011001101011 | 8ec2cfb38ec2cdd66b |
EUC-JP | 篠マウ篠ヘヨk | 10111100110001001000111011001111100011101011001110111100110001001000111011001101100011101101011001101011 | bcc48ecf8eb3bcc48ecd8ed66b |
UTF-8 | 篠マウ篠ヘヨk | 11100111101011111010000011101111101111101000111111101111101111011011001111100111101011111010000011101111101111101000110111101111101111101001011001101011 | e7afa0efbe8fefbdb3e7afa0efbe8defbe966b |
UHC | 篠??篠??k | 111000011100011000111111001111111110000111000110001111110011111101101011 | e1c63f3fe1c63f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)