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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 多達竪属 | 1001000110111101100100100100001010010010010001111001000110101110 | 91bd9242924791ae |
EUC-JP | 多達竪属 | 1100001010111111110000111010001111000011101010001100001010110000 | c2bfc3a3c3a8c2b0 |
UTF-8 | 多達竪属 | 111001011010010010011010111010011000000110010100111001111010101110101010111001011011000110011110 | e5a49ae98194e7abaae5b19e |
UHC | 多達竪? | 11010010111111011101001110111001111000101011010100111111 | d2fdd3b9e2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)