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 | 辿坦辿棚 | 1001001001001000100100100101001010010010010010001001001001001001 | 9248925292489249 |
EUC-JP | 辿坦辿棚 | 1100001110101001110000111011001111000011101010011100001110101010 | c3a9c3b3c3a9c3aa |
UTF-8 | 辿坦辿棚 | 111010001011111010111111111001011001110110100110111010001011111010111111111001101010001110011010 | e8bebfe59da6e8bebfe6a39a |
UHC | ?坦?棚 | 001111111111011110100100001111111101110111011100 | 3ff7a43fdddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)