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 | 俄蒐錮 | 100010011110001010001111010011101110011111111100 | 89e28f4ee7fc |
EUC-JP | 俄蒐錮 | 101100101110010010111101101011111110111011111110 | b2e4bdafeefe |
UTF-8 | 俄蒐錮 | 111001001011111110000100111010001001001010010000111010011000110010101110 | e4bf84e89290e98cae |
UHC | 俄蒐錮 | 111001001010110111100010101111011100110111010001 | e4ade2bdcdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)