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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 達速h達速 | 100100100100001010010001101011000110100010010010010000101001000110101100 | 924291ac68924291ac |
EUC-JP | 達速h達速 | 110000111010001111000010101011100110100011000011101000111100001010101110 | c3a3c2ae68c3a3c2ae |
UTF-8 | 達速h達速 | 11101001100000011001010011101001100000001001111101101000111010011000000110010100111010011000000010011111 | e98194e9809f68e98194e9809f |
UHC | 達速h達速 | 110100111011100111100001110111000110100011010011101110011110000111011100 | d3b9e1dc68d3b9e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)