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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 巐ろ讌ケ巐 | 111110101011011010000010111010111110011010100101101110011111101010110110 | fab682ebe6a5b9fab6 |
EUC-JP | 巐ろ讌ケ巐 | 100011111011101111111001101001001110110111101100101001111000111010111001100011111011101111111001 | 8fbbf9a4edeca78eb98fbbf9 |
UTF-8 | 巐ろ讌ケ巐 | 111001011011011110010000111000111000001010001101111010001010111010001100111011111011110110111001111001011011011110010000 | e5b790e3828de8ae8cefbdb9e5b790 |
UHC | ?ろ??? | 001111111010101011101101001111110011111100111111 | 3faaed3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)