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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 達速[達速[^ | 1001001001000010100100011010110001011011100100100100001010010001101011000101101101011110 | 924291ac5b924291ac5b5e |
EUC-JP | 達速[達速[^ | 1100001110100011110000101010111001011011110000111010001111000010101011100101101101011110 | c3a3c2ae5bc3a3c2ae5b5e |
UTF-8 | 達速[達速[^ | 111010011000000110010100111010011000000010011111010110111110100110000001100101001110100110000000100111110101101101011110 | e98194e9809f5be98194e9809f5b5e |
UHC | 達速[達速[^ | 1101001110111001111000011101110001011011110100111011100111100001110111000101101101011110 | d3b9e1dc5bd3b9e1dc5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)