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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 闍憺ーケ雹エB | 11101000100010111001110011101001101100001011100111101000101110011011010001000010 | e88b9ce9b0b9e8b9b442 |
EUC-JP | 闍憺ーケ雹エB | 11101111111010111101100011101011100011101011000010001110101110011111000010111011100011101011010001000010 | efebd8eb8eb08eb9f0bb8eb442 |
UTF-8 | 闍憺ーケ雹エB | 11101001100101111000110111100110100001101011101011101111101111011011000011101111101111011011100111101001100110111011100111101111101111011011010001000010 | e9978de686baefbdb0efbdb9e99bb9efbdb442 |
UHC | ?憺??雹?B | 001111111101001110111100001111110011111111011010110111110011111101000010 | 3fd3bc3f3fdadf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)