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 | 但坦辿卒 | 1001001001000001100100100101001010010010010010001001000110110010 | 92419252924891b2 |
EUC-JP | 但坦辿卒 | 1100001110100010110000111011001111000011101010011100001010110100 | c3a2c3b3c3a9c2b4 |
UTF-8 | 但坦辿卒 | 111001001011110110000110111001011001110110100110111010001011111010111111111001011000110110010010 | e4bd86e59da6e8bebfe58d92 |
UHC | 但坦?卒 | 11010011101000111111011110100100001111111111000011101111 | d3a3f7a43ff0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)