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 | ?u?? | 00111111011101010011111100111111 | 3f753f3f |
SJIS-WIN | 但u叩形 | 10010010010000010111010110010010010000001000110001100000 | 92417592408c60 |
EUC-JP | 但u叩形 | 11000011101000100111010111000011101000011011011111000001 | c3a275c3a1b7c1 |
UTF-8 | 但u叩形 | 11100100101111011000011001110101111001011000111110101001111001011011110110100010 | e4bd8675e58fa9e5bda2 |
UHC | 但u叩形 | 11010011101000110111010111001101101100001111101110100001 | d3a375cdb0fba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)