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 | äBåS^ | 11100100010000101000101011100101100000100101001101011110 | e4428ae582535e |
SJIS-WIN | ?B???S^ | 00111111010000100011111100111111001111110101001101011110 | 3f423f3f3f535e |
EUC-JP | äB?å?S^ | 1000111110101011101000110100001000111111100011111010101110101001001111110101001101011110 | 8faba3423f8faba93f535e |
UTF-8 | äBåS^ | 1100001110100100010000101100001010001010110000111010010111000010100000100101001101011110 | c3a442c28ac3a5c282535e |
UHC | ?B???S^ | 00111111010000100011111100111111001111110101001101011110 | 3f423f3f3f535e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)