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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 達袖達他\ | 100100100100001010010001101100111001001001000010100100011011110001011100 | 924291b3924291bc5c |
EUC-JP | 達袖達他\ | 110000111010001111000010101101011100001110100011110000101011111001011100 | c3a3c2b5c3a3c2be5c |
UTF-8 | 達袖達他\ | 11101001100000011001010011101000101000101001011011101001100000011001010011100100101110111001011001011100 | e98194e8a296e98194e4bb965c |
UHC | 達袖達他\ | 110100111011100111100010110000001101001110111001111101101110001001011100 | d3b9e2c0d3b9f6e25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)