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 | 辰多速脱造 | 10010010010000111001000110111101100100011010110010010010010001011001000110100010 | 924391bd91ac924591a2 |
EUC-JP | 辰多速脱造 | 11000011101001001100001010111111110000101010111011000011101001101100001010100100 | c3a4c2bfc2aec3a6c2a4 |
UTF-8 | 辰多速脱造 | 111010001011111010110000111001011010010010011010111010011000000010011111111010001000010010110001111010011000000010100000 | e8beb0e5a49ae9809fe884b1e980a0 |
UHC | 辰多速?造 | 111100101110001111010010111111011110000111011100001111111111000011100011 | f2e3d2fde1dc3ff0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)