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 | 危磨? | 1000101011101011100101101000000100111111 | 8aeb96813f |
EUC-JP | 危磨? | 1011010011101101110010111110000100111111 | b4edcbe13f |
UTF-8 | 危磨뤙 | 111001011000110110110001111001111010001110101000111010111010010010011001 | e58db1e7a3a8eba499 |
UHC | 危磨뤙 | 111010101100101111011000101010001000111111001000 | eacbd8a88fc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)