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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雄?健 | 1001011101011001001111111000110010010010 | 97593f8c92 |
EUC-JP | 雄杻健 | 11001101101110101000111111000011101001101011011111110010 | cdba8fc3a6b7f2 |
UTF-8 | 雄杻健 | 111010011001101110000100111001101001110110111011111001011000000110100101 | e99b84e69dbbe581a5 |
UHC | 雄杻健 | 111010101010100111010010111011101100101111101101 | eaa9d2eecbed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)